public class MessageNotWriteableRuntimeException extends JMSRuntimeException
| コンストラクターと説明 |
|---|
MessageNotWriteableRuntimeException(StringSE reason) 指定された理由で MessageNotWriteableRuntimeException を構築します。 |
MessageNotWriteableRuntimeException(StringSE reason, StringSE errorCode) 指定された理由とエラーコードで MessageNotWriteableRuntimeException を構築します。 |
MessageNotWriteableRuntimeException(StringSE detailMessage, StringSE errorCode, ThrowableSE cause) 指定された詳細メッセージ、エラーコード、原因を使用して MessageNotWriteableRuntimeException を構築します |
getErrorCodeaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic MessageNotWriteableRuntimeException(StringSE reason, StringSE errorCode)
MessageNotWriteableRuntimeException を構築します。reason - 例外の説明 errorCode - ベンダー固有のエラーコードを指定する文字列 public MessageNotWriteableRuntimeException(StringSE reason)
MessageNotWriteableRuntimeException を構築します。エラーコードのデフォルトは null です。reason - 例外の説明 public MessageNotWriteableRuntimeException(StringSE detailMessage, StringSE errorCode, ThrowableSE cause)
MessageNotWriteableRuntimeException を構築します detailMessage - 例外の説明 errorCode - プロバイダー固有のエラーコード cause - この例外の根本的な原因 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.