MessagingException

The base exception for any failures related to messaging.

@author Mark Fisher @author Gary Russell @since 4.0

Constructors

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

Members

Functions

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