クラス DestinationResolutionException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.jms.JmsException
org.springframework.jms.support.destination.DestinationResolutionException
- 実装されているすべてのインターフェース:
SerializableSE
宛先名を解決できないときに DestinationResolver によってスローされます。
- 導入:
- 1.1
- 作成者:
- Juergen Hoeller
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明新しい DestinationResolutionException を作成します。DestinationResolutionException(StringSE msg, @Nullable ThrowableSE cause) 新しい DestinationResolutionException を作成します。メソッドのサマリー
クラス JmsException から継承されたメソッド
getErrorCode, getMessageクラス NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
DestinationResolutionException
新しい DestinationResolutionException を作成します。- パラメーター:
msg- 詳細メッセージ
DestinationResolutionException
新しい DestinationResolutionException を作成します。- パラメーター:
msg- 詳細メッセージcause- 根本原因 (もしあれば)