Class MessagingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.messaging.MessagingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DestinationResolutionException, MessageConversionException, MessageDeliveryException, MessageHandlingException, MethodArgumentResolutionException, MissingSessionUserException

public class MessagingException extends org.springframework.core.NestedRuntimeException
The base exception for any failures related to messaging.
Since:
4.0
Author:
Mark Fisher, Gary Russell
See Also: