Package com.denodo.configuration
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.denodo.configuration.ConfigurationException
- All Implemented Interfaces:
Serializable
This exception is thrown when there is a configuration problem.
This can arise if the configuration information required by the
element being configured is malformed or missing.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final longFor interoperability with possible future changes. -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationException(String explanation) Constructs a new instance of ConfigurationException using an explanation. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDFor interoperability with possible future changes.- See Also:
-
-
Constructor Details
-
ConfigurationException
Constructs a new instance of ConfigurationException using an explanation.- Parameters:
explanation- a possibly null string containing additional detail about this exception.
-