クラス MessageMappingException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.messaging.MessagingException
org.springframework.integration.mapping.MessageMappingException
- 実装済みのインターフェース一覧:
SerializableSE
メッセージマッピング中にエラーが発生したことを示す例外。
- 作成者:
- Mark Fisher
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明MessageMappingException(StringSE description) MessageMappingException(StringSE description, ThrowableSE cause) MessageMappingException(Message<?> failedMessage, StringSE description) MessageMappingException(Message<?> failedMessage, StringSE description, ThrowableSE cause) 方法の概要
クラス MessagingException から継承されたメソッド
getFailedMessage, toStringクラス NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
MessageMappingException
MessageMappingException
MessageMappingException
MessageMappingException