Class MessagingExceptionWrapper

All Implemented Interfaces:
Serializable

public class MessagingExceptionWrapper extends MessagingException
A wrapper exception for a 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.

Since:
5.0
Author:
Gary Russell
See Also:
  • Constructor Details