net.dpml.state
Class IntegrityRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.dpml.state.IntegrityRuntimeException
- All Implemented Interfaces:
- Serializable
- public class IntegrityRuntimeException
- extends RuntimeException
Runtime exception thrown when an inconsitent state is encounted within a state-machine.
- Version:
- 1.0.1
- Author:
- Digital Product Meta Library
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IntegrityRuntimeException
public IntegrityRuntimeException(String message)
- Construct a new
IntegrityRuntimeException
instance.
- Parameters:
message
- the exception message
IntegrityRuntimeException
public IntegrityRuntimeException(String message,
Throwable cause)
- Construct a new
IntegrityRuntimeException
instance.
- Parameters:
message
- the exception messagecause
- the causal exception