|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.integration.core.MessagingException
org.springframework.integration.message.MessageHandlingException
org.springframework.integration.adapter.MessageMappingException
public class MessageMappingException
Exception that indicates an error during message mapping.
| Constructor Summary | |
|---|---|
MessageMappingException(Message<?> failedMessage,
java.lang.String description)
|
|
MessageMappingException(Message<?> failedMessage,
java.lang.String description,
java.lang.Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.integration.core.MessagingException |
|---|
getFailedMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessageMappingException(Message<?> failedMessage,
java.lang.String description)
public MessageMappingException(Message<?> failedMessage,
java.lang.String description,
java.lang.Throwable cause)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||