public class IllegalStateRuntimeException extends JMSRuntimeException
IllegalStateRuntimeException のスローを許可しない場合にスローされます。例: JMSContext.commit がトランザクションされていないセッションで呼び出された場合、この例外をスローする必要があります。| コンストラクターと説明 |
|---|
IllegalStateRuntimeException(StringSE detailMessage) 指定された詳細メッセージで IllegalStateRuntimeException を構築します |
IllegalStateRuntimeException(StringSE detailMessage, StringSE errorCode) 指定された詳細メッセージとエラーコードを使用して IllegalStateRuntimeException を構築します。 |
IllegalStateRuntimeException(StringSE detailMessage, StringSE errorCode, ThrowableSE cause) 指定された詳細メッセージ、エラーコード、原因を使用して IllegalStateRuntimeException を構築します |
getErrorCodeaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic IllegalStateRuntimeException(StringSE detailMessage)
IllegalStateRuntimeException を構築します detailMessage - 例外の説明 public IllegalStateRuntimeException(StringSE detailMessage, StringSE errorCode)
IllegalStateRuntimeException を構築します。detailMessage - 例外の説明 errorCode - プロバイダー固有のエラーコード public IllegalStateRuntimeException(StringSE detailMessage, StringSE errorCode, ThrowableSE cause)
IllegalStateRuntimeException を構築します detailMessage - 例外の説明 errorCode - プロバイダー固有のエラーコード cause - この例外の根本的な原因 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.