MessageDeliveryException

Exception that indicates an error occurred during message delivery.

@author Mark Fisher @since 4.0

Constructors

this
this(string description)
Undocumented in source.
this
this(MessageBase undeliveredMessage)
Undocumented in source.
this
this(MessageBase undeliveredMessage, string description)
Undocumented in source.
this
this(MessageBase message, Throwable cause)
Undocumented in source.
this
this(MessageBase undeliveredMessage, string description, Throwable cause)
Undocumented in source.

Inherited Members

From MessagingException

getFailedMessage
MessageBase getFailedMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta