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