Package com.saperion.ngc.exception
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.saperion.ngc.exception.ConfigurationException
- All Implemented Interfaces:
Serializable
Exception thrown when a configuration error occurs. This might happen when loading
a configuration file failed or if loading a resource from JNDI caused an error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationException
(String message) Constructor.ConfigurationException
(String message, Throwable cause) Constructor. -
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
Constructor.- Parameters:
message
- message text
-
ConfigurationException
Constructor.- Parameters:
message
- message textcause
- exception cause
-