java.io.Serializable, CascadingThrowablepublic class ConfigurationException extends CascadingException
Configurable component cannot be configured
properly, or if a value cannot be retrieved properly.| Constructor | Description |
|---|---|
ConfigurationException(java.lang.String message) |
Construct a new
ConfigurationException instance. |
ConfigurationException(java.lang.String message,
java.lang.Throwable throwable) |
Construct a new
ConfigurationException instance. |
getCausepublic ConfigurationException(java.lang.String message)
ConfigurationException instance.message - The detail message for this exception.public ConfigurationException(java.lang.String message,
java.lang.Throwable throwable)
ConfigurationException instance.message - The detail message for this exception.throwable - the root cause of the exception