Package sonia.scm.store
Class EntryAlreadyExistsStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sonia.scm.store.StoreException
sonia.scm.store.EntryAlreadyExistsStoreException
- All Implemented Interfaces:
Serializable
This exception is thrown on a create method if an entry with the given id
already exists.
- Since:
- 1.23
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntryAlreadyExistsStoreException
(String message) Constructs new EntryAllreadyExistsStoreException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntryAlreadyExistsStoreException
Constructs new EntryAllreadyExistsStoreException.- Parameters:
message
- message for the exception
-