org.enhydra.shark.api.client.wfmodel
Class NotRunning
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
org.enhydra.shark.api.client.wfmodel.NotRunning
- All Implemented Interfaces:
- java.io.Serializable
public final class NotRunning
- extends RootException
A NotRunning exception is raised when WfExecutionObject is not running,
and someone tries to suspend, resume, terminate or abort it.
- 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 |
NotRunning
public NotRunning()
NotRunning
public NotRunning(java.lang.String $reason)
NotRunning
public NotRunning(java.lang.Throwable th)
NotRunning
public NotRunning(java.lang.String message,
java.lang.Throwable th)