org.enhydra.shark.api.client.wfmodel
Class InvalidPerformer
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
org.enhydra.shark.api.client.wfmodel.InvalidPerformer
- All Implemented Interfaces:
- java.io.Serializable
- public final class InvalidPerformer
- extends RootException
Is raised by an attempt to signal a WfEventAudit to a WfRequester that was
not created by one of the WfProcesses associated with the WfRequester.
- 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 |
InvalidPerformer
public InvalidPerformer()
InvalidPerformer
public InvalidPerformer(java.lang.String $reason)
InvalidPerformer
public InvalidPerformer(java.lang.Throwable th)
InvalidPerformer
public InvalidPerformer(java.lang.String message,
java.lang.Throwable th)