Package org.approvej.configuration
Class ConfigurationError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.approvej.configuration.ConfigurationError
- All Implemented Interfaces:
Serializable
An error that occurs when there is an issue with loading the configuration.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationError(String message, Throwable cause) Creates a newConfigurationErrorwith the given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationError
Creates a newConfigurationErrorwith the given message and cause.- Parameters:
message- a message describing the errorcause- the cause of the error
-