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

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

public final class HistoryNotAvailable
extends RootException

Is raised by a request for event audit history of a WfExecutionObject when the History is not available.

See Also:
Serialized Form

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

HistoryNotAvailable

public HistoryNotAvailable()

HistoryNotAvailable

public HistoryNotAvailable(java.lang.String $reason)

HistoryNotAvailable

public HistoryNotAvailable(java.lang.Throwable th)

HistoryNotAvailable

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