Package io.permazen.kv
Class KVDatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.permazen.kv.KVException
io.permazen.kv.KVDatabaseException
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
KVTransactionException
Superclass of all unchecked exceptions thrown by a
KVDatabase
.- See Also:
-
Constructor Summary
ConstructorDescriptionKVDatabaseException
(KVDatabase store) KVDatabaseException
(KVDatabase store, String message) KVDatabaseException
(KVDatabase store, String message, Throwable cause) KVDatabaseException
(KVDatabase store, Throwable cause) -
Method Summary
Methods inherited from class io.permazen.kv.KVException
clone, duplicate, rethrow
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KVDatabaseException
-
KVDatabaseException
-
KVDatabaseException
-
KVDatabaseException
-
-
Method Details
-
getStore
Get theKVDatabase
that generated this exception.- Returns:
- associated database
-