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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.enhydra.shark.api.RootException
              extended byorg.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

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

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)