Package sonia.scm.store
Class StoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sonia.scm.store.StoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EntryAlreadyExistsStoreException
The store exception can be used by a store implementation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStoreException
(String message) Constructs a new instance.StoreException
(String message, Throwable cause) Constructs a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StoreException
Constructs a new instance.- Parameters:
message
- exception message
-
StoreException
Constructs a new instance.- Parameters:
message
- exception messagecause
- exception cause
-