org.enhydra.shark.api.client.wfmodel
Class CannotStop

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.enhydra.shark.api.RootException
              extended byorg.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

Constructor Summary
CannotStop()
           
CannotStop(java.lang.String $reason)
           
CannotStop(java.lang.String message, java.lang.Throwable th)
           
CannotStop(java.lang.Throwable th)
           
 
Methods inherited from class org.enhydra.shark.api.RootException
getCause, initCause, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

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)