org.springframework.integration.message
Class MessageHandlingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.integration.core.MessagingException
org.springframework.integration.message.MessageHandlingException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MessageRejectedException, MessageTimeoutException
public class MessageHandlingException
- extends MessagingException
Exception that indicates an error during message handling.
- Author:
- Mark Fisher
- See Also:
- Serialized Form
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 |
MessageHandlingException
public MessageHandlingException(Message<?> failedMessage)
MessageHandlingException
public MessageHandlingException(Message<?> failedMessage,
java.lang.String description)
MessageHandlingException
public MessageHandlingException(Message<?> failedMessage,
java.lang.Throwable cause)
MessageHandlingException
public MessageHandlingException(Message<?> failedMessage,
java.lang.String description,
java.lang.Throwable cause)