org.enhydra.shark.api.client.wfmodel
Class CannotStop
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
org.enhydra.shark.api.client.wfmodel.CannotStop
- All Implemented Interfaces:
- java.io.Serializable
public final class CannotStop
- extends RootException
A CannotStop exception is raised when the execution object cannot be
terminated; for example, termination of a WfActivity might not be allowed
when its implementation is still active and cannot be terminated; also it
can occur when one tries to terminate execution object that is already
closed.
- 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 |
CannotStop
public CannotStop()
CannotStop
public CannotStop(java.lang.String $reason)
CannotStop
public CannotStop(java.lang.Throwable th)
CannotStop
public CannotStop(java.lang.String message,
java.lang.Throwable th)