public class MessageNotReadableException extends JMSException
| コンストラクターと説明 |
|---|
MessageNotReadableException(StringSE reason) 指定された理由で MessageNotReadableException を構築します。 |
MessageNotReadableException(StringSE reason, StringSE errorCode) 指定された理由とエラーコードで MessageNotReadableException を構築します。 |
getErrorCode, getLinkedException, setLinkedExceptionaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic MessageNotReadableException(StringSE reason, StringSE errorCode)
MessageNotReadableException を構築します。reason - 例外の説明 errorCode - ベンダー固有のエラーコードを指定する文字列 public MessageNotReadableException(StringSE reason)
MessageNotReadableException を構築します。エラーコードのデフォルトは null です。reason - 例外の説明 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.