public class ConfigurationException extends AbstractRuntimeException
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. |
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigurationException(String message)
ConfigurationException
with the specified message.message
- the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage()
method).public ConfigurationException(String message, Throwable cause)
ConfigurationException
with the specified message and root cause.message
- the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage()
method).cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA