public class MessagingExceptionWrapper
extends org.springframework.messaging.MessagingException
MessagingException used to convey the cause and
original message to a
MessagePublishingErrorHandler.
The original message is in this exception's failedMessage
property.
Intended for internal framework use only. Error handlers will typically unwrap the cause while creating an error message.
| Constructor and Description |
|---|
MessagingExceptionWrapper(org.springframework.messaging.Message<?> originalMessage,
org.springframework.messaging.MessagingException cause) |
getFailedMessage, toStringcontains, getMessage, getMostSpecificCause, getRootCause