SMILA 1.0 API documentation

org.eclipse.smila.importing.state.objectstore
Class StateNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.utils.MaybeRecoverableException
              extended by org.eclipse.smila.importing.state.objectstore.StateException
                  extended by org.eclipse.smila.importing.state.objectstore.StateNotFoundException
All Implemented Interfaces:
java.io.Serializable, NotFoundHTTPResult

public class StateNotFoundException
extends StateException
implements NotFoundHTTPResult

Special case of StateException implementing NotFoundHTTPResult, thrown if source or store are not found.

See Also:
Serialized Form

Constructor Summary
StateNotFoundException(java.lang.String message)
          create instance.
StateNotFoundException(java.lang.String message, boolean recoverable)
          create instance.
StateNotFoundException(java.lang.String message, java.lang.Throwable cause)
          create instance.
StateNotFoundException(java.lang.String message, java.lang.Throwable cause, boolean recoverable)
          create instance.
 
Method Summary
 
Methods inherited from class org.eclipse.smila.utils.MaybeRecoverableException
isRecoverable, isRecoverableCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateNotFoundException

public StateNotFoundException(java.lang.String message,
                              boolean recoverable)
create instance.


StateNotFoundException

public StateNotFoundException(java.lang.String message,
                              java.lang.Throwable cause,
                              boolean recoverable)
create instance.


StateNotFoundException

public StateNotFoundException(java.lang.String message,
                              java.lang.Throwable cause)
create instance.


StateNotFoundException

public StateNotFoundException(java.lang.String message)
create instance.


SMILA 1.0 API documentation