public class MessageRejectedException extends MessageHandlingException
| Constructor and Description |
|---|
MessageRejectedException(Message<?> failedMessage)
Deprecated.
since 4.2 in favor of
MessageRejectedException(Message, String) |
MessageRejectedException(Message<?> failedMessage,
String description) |
MessageRejectedException(Message<?> failedMessage,
String description,
Throwable cause) |
getFailedMessagecontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Deprecated public MessageRejectedException(Message<?> failedMessage)
MessageRejectedException(Message, String)failedMessage - the failed Messagepublic MessageRejectedException(Message<?> failedMessage, String description)