org.enhydra.shark.api.client.wfmodel
Class CannotAcceptSuspended
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
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
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 |
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)