Uses of Class
io.permazen.kv.KVDatabaseException
Packages that use KVDatabaseException
Package
Description
byte[] array key/value store API and related utility classes.Utility classes for MVCC type operations using a
KVStore.-
Uses of KVDatabaseException in io.permazen.kv
Subclasses of KVDatabaseException in io.permazen.kvModifier and TypeClassDescriptionclassThrown when an operation on aKVTransactionfails.classThrown when aKVTransactionis kept open for too long.classException thrown when an attempt to access aKVTransactionresults in a conflict or other condition requiring that the transaction be retried.classThrown when an operation is attempted on aKVTransactionthat is no longer usable. -
Uses of KVDatabaseException in io.permazen.kv.mvcc
Subclasses of KVDatabaseException in io.permazen.kv.mvccModifier and TypeClassDescriptionclassException thrown when a transaction fails because of an MVCC conflict.