public class ConfigurationException extends RuntimeException
| Constructor and Description |
|---|
ConfigurationException(String msg)
Creates a new ConfigurationException with the given message.
|
ConfigurationException(String msg,
Throwable cause)
Creates a new ConfigurationException with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationException(String msg)
msg - the error message