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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.enhydra.shark.api.RootException
              extended byorg.enhydra.shark.api.client.wfmodel.AlreadySuspended
All Implemented Interfaces:
java.io.Serializable

public final class AlreadySuspended
extends RootException

An AlreadySuspended exception is raised when someone tries to suspend the process/activity that has already been suspended.

See Also:
Serialized Form

Constructor Summary
AlreadySuspended()
           
AlreadySuspended(java.lang.String $reason)
           
AlreadySuspended(java.lang.String message, java.lang.Throwable th)
           
AlreadySuspended(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

AlreadySuspended

public AlreadySuspended()

AlreadySuspended

public AlreadySuspended(java.lang.String $reason)

AlreadySuspended

public AlreadySuspended(java.lang.Throwable th)

AlreadySuspended

public AlreadySuspended(java.lang.String message,
                        java.lang.Throwable th)