org.enhydra.shark.api.client.wfmodel
Class InvalidRequester
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
org.enhydra.shark.api.client.wfmodel.InvalidRequester
- All Implemented Interfaces:
- java.io.Serializable
- public final class InvalidRequester
- extends RootException
An InvalidRequester exception is raised when a WfRequester is being
identified that cannot be a 'parent' of instances of the process model.
It is up to the implementation of the WfM Facility to decide which
WfRequester objects to accept or not. When a WfRequester is rejected,
the invoking application might decide not to register a WfRequester
with the WfProcess.
- 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 |
InvalidRequester
public InvalidRequester()
InvalidRequester
public InvalidRequester(java.lang.String $reason)
InvalidRequester
public InvalidRequester(java.lang.Throwable th)
InvalidRequester
public InvalidRequester(java.lang.String message,
java.lang.Throwable th)