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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.enhydra.shark.api.RootException
              extended by org.enhydra.shark.api.client.wfmodel.CannotAcceptSuspended
All Implemented Interfaces:
java.io.Serializable

public final class CannotAcceptSuspended
extends RootException

A CannotAcceptSuspended exception is raised when someone tries to accept assignment for activity that is suspended.

See Also:
Serialized Form

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

CannotAcceptSuspended

public CannotAcceptSuspended()

CannotAcceptSuspended

public CannotAcceptSuspended(java.lang.String $reason)

CannotAcceptSuspended

public CannotAcceptSuspended(java.lang.Throwable th)

CannotAcceptSuspended

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