SMILA (incubation) API documentation

org.eclipse.smila.objectstore
Class StoreExistsException

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

public class StoreExistsException
extends BadRequestException

Thrown to denote that the operation required to create a new store with a name of an already existing store.

See Also:
Serialized Form

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

StoreExistsException

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


StoreExistsException

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


StoreExistsException

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


SMILA (incubation) API documentation