public class ConfigurationException extends RuntimeException
Constructor and Description |
---|
ConfigurationException(String message)
Constructs a
ConfigurationException with the specified message. |
ConfigurationException(String message,
Throwable cause)
Constructs a
ConfigurationException with the specified message and root cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigurationException(String message)
ConfigurationException
with the specified message.message
- the detailed messageCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA