SMILA 1.0 API documentation

org.eclipse.smila.objectstore
Class ObjectStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.objectstore.ObjectStoreException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadRequestException, ServiceUnavailableException

public class ObjectStoreException
extends java.lang.Exception

base class of exceptions thrown by ObjectStoreService. Subclasses describe error conditions more detail, instances of this class are thrown if no subclass matches the condition.

See Also:
Serialized Form

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

ObjectStoreException

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


ObjectStoreException

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


ObjectStoreException

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


SMILA 1.0 API documentation