org.springframework.integration
Class MessageDispatchingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.integration.MessagingException
org.springframework.integration.MessageDeliveryException
org.springframework.integration.MessageDispatchingException
- All Implemented Interfaces:
- java.io.Serializable
public class MessageDispatchingException
- extends MessageDeliveryException
Exception that indicates an internal error occurred within
a MessageDispatcher
preventing message delivery.
- Since:
- 2.1
- Author:
- Gary Russell
- 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 |
MessageDispatchingException
public MessageDispatchingException(java.lang.String description)
MessageDispatchingException
public MessageDispatchingException(Message<?> undeliveredMessage,
java.lang.String description,
java.lang.Throwable cause)
MessageDispatchingException
public MessageDispatchingException(Message<?> undeliveredMessage,
java.lang.String description)
MessageDispatchingException
public MessageDispatchingException(Message<?> undeliveredMessage)