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

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

public final class InvalidData
extends RootException

Is raised by an attempt to update the context of the result of a WfExecutionObject with data that do not match the signature of that object.

See Also:
Serialized Form

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

InvalidData

public InvalidData()

InvalidData

public InvalidData(java.lang.String $reason)

InvalidData

public InvalidData(java.lang.Throwable th)

InvalidData

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