Package org.approvej
Class ConfigurationError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.approvej.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) Creates a newConfigurationErrorwith the given message.ConfigurationError(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
-
ConfigurationError
Creates a newConfigurationErrorwith the given message.- Parameters:
message- a message describing the error
-