パッケージ jakarta.jms
クラス ResourceAllocationRuntimeException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- java.lang.RuntimeExceptionSE
-
- jakarta.jms.JMSRuntimeException
-
- jakarta.jms.ResourceAllocationRuntimeException
- 実装されたすべてのインターフェース:
SerializableSE
public class ResourceAllocationRuntimeException extends JMSRuntimeException
この未チェックの例外は、プロバイダーがメソッドに必要なリソースを割り当てることができない場合にスローされます。例: この例外は、Jakarta Messaging プロバイダーリソースの不足により
ConnectionFactory.createContext
の呼び出しが失敗した場合にスローされます。- 導入:
- JMS 2.0
- バージョン:
- Jakarta Messaging 2.0
- 関連事項:
- 直列化された形式
コンストラクターのサマリー
コンストラクター コンストラクター 説明 ResourceAllocationRuntimeException(StringSE reason)
指定された理由でResourceAllocationRuntimeException
を構築します。ResourceAllocationRuntimeException(StringSE reason, StringSE errorCode)
指定された理由とエラーコードでResourceAllocationRuntimeException
を構築します。ResourceAllocationRuntimeException(StringSE detailMessage, StringSE errorCode, ThrowableSE cause)
指定された詳細メッセージ、エラーコード、原因を使用してResourceAllocationRuntimeException
を構築します
メソッドのサマリー
クラス jakarta.jms.JMSRuntimeException から継承されたメソッド
getErrorCode
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
ResourceAllocationRuntimeException
public ResourceAllocationRuntimeException(StringSE reason, StringSE errorCode)
指定された理由とエラーコードでResourceAllocationRuntimeException
を構築します。- パラメーター:
reason
- 例外の説明errorCode
- ベンダー固有のエラーコードを指定する文字列
ResourceAllocationRuntimeException
public ResourceAllocationRuntimeException(StringSE reason)
指定された理由でResourceAllocationRuntimeException
を構築します。エラーコードのデフォルトは null です。- パラメーター:
reason
- 例外の説明
ResourceAllocationRuntimeException
public ResourceAllocationRuntimeException(StringSE detailMessage, StringSE errorCode, ThrowableSE cause)
指定された詳細メッセージ、エラーコード、原因を使用してResourceAllocationRuntimeException
を構築します- パラメーター:
detailMessage
- 例外の説明errorCode
- プロバイダー固有のエラーコードcause
- この例外の根本的な原因