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

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.InvalidResource
All Implemented Interfaces:
java.io.Serializable

public final class InvalidResource
extends RootException

Is raised by an attempt to assign an invalid resource to the assignment.

See Also:
Serialized Form

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

InvalidResource

public InvalidResource()

InvalidResource

public InvalidResource(java.lang.String $reason)

InvalidResource

public InvalidResource(java.lang.Throwable th)

InvalidResource

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