public class ConfigurationException extends Exception
Constructor and Description |
---|
ConfigurationException(String message)
Constructs a new ConfigurationException with a message describing the error.
|
ConfigurationException(String message,
Throwable cause)
Constructs a new ConfigurationException with a message and cause of the error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigurationException(String message)
message
- describing the error. The message should be localized so that
it can be displayed to the user.public ConfigurationException(String message, Throwable cause)
message
- describing the error. The message should be localized so that
it can be displayed to the user.cause
- the cause of the error.