public class EISSystemException extends ResourceException
EISSystemException
は、EIS 固有のシステムレベルのエラー状態を示すために使用されます。一般的なエラー条件は、EIS インスタンスの障害または非アクティブ、通信障害、新しい物理接続の作成における EIS 固有のエラーです。コンストラクターと説明 |
---|
EISSystemException() 詳細メッセージとして null を使用して新しいインスタンスを構築します。 |
EISSystemException(StringSE message) 指定された詳細メッセージで新しいインスタンスを構築します。 |
EISSystemException(StringSE message, StringSE errorCode) 指定された詳細メッセージとエラーコードを使用して、新しいスロー可能オブジェクトを構築します。 |
EISSystemException(StringSE message, ThrowableSE cause) 指定された詳細メッセージと原因を持つ新しいスロー可能オブジェクトを構築します。 |
EISSystemException(ThrowableSE cause) 指定された原因で新しいスロー可能オブジェクトを構築します。 |
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public EISSystemException()
public EISSystemException(StringSE message)
message
- 詳細メッセージ。public EISSystemException(ThrowableSE cause)
cause
- 型 Throwable
の連鎖例外。public EISSystemException(StringSE message, ThrowableSE cause)
message
- 詳細メッセージ。cause
- 型 Throwable
の連鎖例外。Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.