public class ConfigurationException extends UncheckedException
message| Constructor and Description |
|---|
ConfigurationException(Message msg)
Constructs a
ConfigurationException with the provided detail message. |
ConfigurationException(Message msg,
java.lang.Throwable cause)
Constructs a
ConfigurationException with the detail message and cause
provided. |
ConfigurationException(java.lang.Throwable cause)
Constructs a
ConfigurationException with the provided cause. |
getCode, getMessagepublic ConfigurationException(Message msg)
ConfigurationException with the provided detail message.public ConfigurationException(Message msg, java.lang.Throwable cause)
ConfigurationException with the detail message and cause
provided.public ConfigurationException(java.lang.Throwable cause)
ConfigurationException with the provided cause.