public class MessagingExceptionWrapper extends 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(Message<?> originalMessage,
MessagingException cause) |
getFailedMessage, toString
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public MessagingExceptionWrapper(Message<?> originalMessage, MessagingException cause)