SMILA 1.0 API documentation

org.eclipse.smila.objectstore
Class NoSuchObjectException

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.NoSuchObjectException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchObjectException
extends BadRequestException

Thrown by object read or info operations if no object exists with the given ID in the selected store.

See Also:
Serialized Form

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

NoSuchObjectException

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


NoSuchObjectException

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


NoSuchObjectException

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


SMILA 1.0 API documentation