MessageHandlingException

Exception that indicates an error occurred during message handling.

@author Mark Fisher @since 4.0

Constructors

this
this(MessageBase failedMessage)
Undocumented in source.
this
this(MessageBase message, string description)
Undocumented in source.
this
this(MessageBase failedMessage, Throwable cause)
Undocumented in source.
this
this(MessageBase message, 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