クラス 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) 方法の概要
クラス 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
コンストラクターの詳細
MessageMappingException
MessageMappingException
MessageMappingException
MessageMappingException