|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.smila.objectstore.ObjectStoreException
org.eclipse.smila.objectstore.BadRequestException
org.eclipse.smila.objectstore.StoreExistsException
public class StoreExistsException
Thrown to denote that the operation required to create a new store with a name of an already existing store.
| 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 |
|---|
public StoreExistsException(java.lang.String message,
java.lang.Throwable cause)
public StoreExistsException(java.lang.String message)
public StoreExistsException(java.lang.Throwable cause)
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||