クラス ReplyRequiredException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.messaging.MessagingException
org.springframework.integration.handler.ReplyRequiredException
- 実装済みのインターフェース一覧:
SerializableSE
'requiresReply' プロパティの値が true であるハンドラーによって応答メッセージが生成されないことを示す例外。
- 導入:
- 2.1
- 作成者:
- Mark Fisher, Gary Russell
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明ReplyRequiredException(Message<?> failedMessage, StringSE description) ReplyRequiredException(Message<?> failedMessage, StringSE description, ThrowableSE t) 方法の概要
クラス MessagingException から継承されたメソッド
getFailedMessage, toStringクラス NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
ReplyRequiredException
ReplyRequiredException
- パラメーター:
failedMessage- 失敗したメッセージ。description- 説明。t- 根本的な原因。- 導入:
- 4.3