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