SMILA (incubation) API documentation

org.eclipse.smila.objectstore
Class NoSuchStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.objectstore.ObjectStoreException
              extended by org.eclipse.smila.objectstore.BadRequestException
                  extended by org.eclipse.smila.objectstore.NoSuchStoreException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchStoreException
extends BadRequestException

Thrown if no store exists with the given name.

See Also:
Serialized Form

Constructor Summary
NoSuchStoreException(java.lang.String message)
          create exception with description only.
NoSuchStoreException(java.lang.String message, java.lang.Throwable cause)
          create exception with description and causing exception.
NoSuchStoreException(java.lang.Throwable cause)
          create exception from causing exception.
 
Method Summary
 
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

NoSuchStoreException

public NoSuchStoreException(java.lang.String message,
                            java.lang.Throwable cause)
create exception with description and causing exception.


NoSuchStoreException

public NoSuchStoreException(java.lang.String message)
create exception with description only.


NoSuchStoreException

public NoSuchStoreException(java.lang.Throwable cause)
create exception from causing exception.


SMILA (incubation) API documentation