クラス 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) メソッドのサマリー
クラス org.springframework.messaging.MessagingException から継承されたメソッド
getFailedMessage, toString
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE
コンストラクターの詳細
ReplyRequiredException
ReplyRequiredException
- パラメーター:
failedMessage
- 失敗したメッセージ。description
- 説明。t
- 根本的な原因。- 導入:
- 4.3