クラス MessageDispatchingException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.messaging.MessagingException
org.springframework.messaging.MessageDeliveryException
org.springframework.integration.MessageDispatchingException
- 実装済みのインターフェース一覧:
SerializableSE
MessageDispatcher 内でメッセージ配信を妨げる内部エラーが発生したことを示す例外。- 導入:
- 2.1
- 作成者:
- Gary Russell
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明MessageDispatchingException(StringSE description) MessageDispatchingException(Message<?> undeliveredMessage) MessageDispatchingException(Message<?> undeliveredMessage, StringSE description) MessageDispatchingException(Message<?> undeliveredMessage, StringSE description, ThrowableSE cause) 方法の概要
クラス MessagingException から継承されたメソッド
getFailedMessage, toStringクラス NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
MessageDispatchingException
MessageDispatchingException
public MessageDispatchingException(Message<?> undeliveredMessage, StringSE description, ThrowableSE cause) MessageDispatchingException
MessageDispatchingException