org.enhydra.shark.api.client.wfmodel
Class TransitionNotAllowed
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
org.enhydra.shark.api.client.wfmodel.TransitionNotAllowed
- All Implemented Interfaces:
- java.io.Serializable
- public final class TransitionNotAllowed
- extends RootException
Is raised by an attempt to perform an invalid state transition
of a WfExecutionObject.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TransitionNotAllowed
public TransitionNotAllowed()
TransitionNotAllowed
public TransitionNotAllowed(java.lang.String $reason)
TransitionNotAllowed
public TransitionNotAllowed(java.lang.Throwable th)
TransitionNotAllowed
public TransitionNotAllowed(java.lang.String message,
java.lang.Throwable th)