Package de.cxp.ocs.util
Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.cxp.ocs.util.ConfigurationException
-
- All Implemented Interfaces:
Serializable
public class ConfigurationException extends Exception
A internal exception because of invalid configuration. Requires a message. Should never be use for a response, just for logging.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConfigurationException
public ConfigurationException(String message)
-
-