public class MalformedBrokerException extends DxlException
| Constructor and Description |
|---|
MalformedBrokerException(java.lang.String message)
Constructs a
MalformedBrokerException with the specified detail message. |
MalformedBrokerException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
MalformedBrokerException with the specified detail message. |
getMessagepublic MalformedBrokerException(java.lang.String message)
MalformedBrokerException with the specified detail message.message - The message associated with the exceptionpublic MalformedBrokerException(java.lang.String message,
java.lang.Throwable cause)
MalformedBrokerException with the specified detail message.message - The message associated with the exceptioncause - The cause of the exception