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

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

public final class SourceNotAvailable
extends RootException

Is raised by a request for the source of a WfEventAudit when the source is no longer available.

See Also:
Serialized Form

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

SourceNotAvailable

public SourceNotAvailable()

SourceNotAvailable

public SourceNotAvailable(java.lang.String $reason)

SourceNotAvailable

public SourceNotAvailable(java.lang.Throwable th)

SourceNotAvailable

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