public class ConfigurationException extends org.apache.commons.lang.exception.NestableException
| Constructor | Description |
|---|---|
ConfigurationException() |
Constructs a new
ConfigurationException without specified
detail message. |
ConfigurationException(java.lang.String message) |
Constructs a new
ConfigurationException with specified
detail message. |
ConfigurationException(java.lang.String message,
java.lang.Throwable cause) |
Constructs a new
ConfigurationException with specified
detail message and nested Throwable. |
ConfigurationException(java.lang.Throwable cause) |
Constructs a new
ConfigurationException with specified
nested Throwable. |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTracepublic ConfigurationException()
ConfigurationException without specified
detail message.public ConfigurationException(java.lang.String message)
ConfigurationException with specified
detail message.message - the error messagepublic ConfigurationException(java.lang.Throwable cause)
ConfigurationException with specified
nested Throwable.cause - the exception or error that caused this exception to be thrownpublic ConfigurationException(java.lang.String message, java.lang.Throwable cause)
ConfigurationException with specified
detail message and nested Throwable.message - the error messagecause - the exception or error that caused this exception to be thrown