Package org.openwms.common.comm.app
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openwms.common.comm.app.ConfigurationException
- All Implemented Interfaces:
Serializable
A ConfigurationException signals invalid process configuration.
- Author:
- Heiko Scherrer
- See Also:
-
Constructor Summary
Constructors -
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
Create a new ConfigurationException.- Parameters:
message
- Detail message
-