Package org.opencastproject.util
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencastproject.util.ConfigurationException
- All Implemented Interfaces:
Serializable
This exception is thrown on various occasions where the system detects a state of malconfiguration.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationException(String message) Creates a new configuration exception.ConfigurationException(String message, Throwable cause) Creates a new configuration exception with the given message and cause of the malconfiguration. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
Creates a new configuration exception.- Parameters:
message- the exception message
-
ConfigurationException
Creates a new configuration exception with the given message and cause of the malconfiguration.- Parameters:
message- the messagecause- the exception cause
-