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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.enhydra.shark.api.RootException
              extended byorg.enhydra.shark.api.client.wfmodel.ResultNotAvailable
All Implemented Interfaces:
java.io.Serializable

public final class ResultNotAvailable
extends RootException

Is raised when the requested result of a WfExecutionObject is not available (yet).

See Also:
Serialized Form

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

ResultNotAvailable

public ResultNotAvailable()

ResultNotAvailable

public ResultNotAvailable(java.lang.String $reason)

ResultNotAvailable

public ResultNotAvailable(java.lang.Throwable th)

ResultNotAvailable

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