public class JMSRuntimeException extends RuntimeExceptionSE
このクラスでは、Throwable
から継承された detailMessage および cause フィールドに加えて、プロバイダー固有の errorCode を設定することもできます。
コンストラクターと説明 |
---|
JMSRuntimeException(StringSE detailMessage) 指定された詳細メッセージで JMSRuntimeException を構築します |
JMSRuntimeException(StringSE detailMessage, StringSE errorCode) 指定された詳細メッセージとエラーコードを使用して JMSRuntimeException を構築します。 |
JMSRuntimeException(StringSE detailMessage, StringSE errorCode, ThrowableSE cause) 指定された詳細メッセージ、エラーコード、原因を使用して JMSRuntimeException を構築します |
修飾子と型 | メソッドと説明 |
---|---|
StringSE | getErrorCode() ベンダー固有のエラーコードを返します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public JMSRuntimeException(StringSE detailMessage, StringSE errorCode)
JMSRuntimeException
を構築します。detailMessage
- 例外の説明 errorCode
- プロバイダー固有のエラーコード public JMSRuntimeException(StringSE detailMessage)
JMSRuntimeException
を構築します detailMessage
- 例外の説明 public JMSRuntimeException(StringSE detailMessage, StringSE errorCode, ThrowableSE cause)
JMSRuntimeException
を構築します detailMessage
- 例外の説明 errorCode
- プロバイダー固有のエラーコード cause
- この例外の根本的な原因 public StringSE getErrorCode()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.