org.enhydra.shark.api.client.wfmodel
Class CannotResume
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
org.enhydra.shark.api.client.wfmodel.CannotResume
- All Implemented Interfaces:
- java.io.Serializable
public final class CannotResume
- extends RootException
A CannotResume exception is raised when the execution object cannot be
resumed. For example, resuming a WfActivity might not be allowed when
the containing WfProcess is suspended.
- 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 |
CannotResume
public CannotResume()
CannotResume
public CannotResume(java.lang.String $reason)
CannotResume
public CannotResume(java.lang.Throwable th)
CannotResume
public CannotResume(java.lang.String message,
java.lang.Throwable th)