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, toString
public ConfigurationException(String msg)
msg
- the error message