Package org.springframework.messaging
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
The base exception for any failures related to messaging.
- Since:
- 4.0
- Author:
- Mark Fisher, Gary Russell
- See Also:
-
Constructor Summary
ConstructorDescriptionMessagingException
(String description) MessagingException
(String description, Throwable cause) MessagingException
(Message<?> message) MessagingException
(Message<?> message, String description) MessagingException
(Message<?> message, String description, Throwable cause) MessagingException
(Message<?> message, Throwable cause) -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace