Uses of Class
io.permazen.kv.KVException
Packages that use KVException
Package
Description
byte[] array key/value store API and related utility classes.Utility classes for MVCC type operations using a
KVStore.-
Uses of KVException in io.permazen.kv
Subclasses of KVException in io.permazen.kvModifier and TypeClassDescriptionclassSuperclass of all unchecked exceptions thrown by aKVDatabase.classThrown 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.Methods in io.permazen.kv that return KVExceptionModifier and TypeMethodDescriptionKVException.clone()Create a clone of this instance.KVException.duplicate()Create a duplicate of this exception, with the current thread's stack frames prepended.KVException.rethrow()Rethrow this exception, which may have been created in a different thread, in the context of the current thread. -
Uses of KVException in io.permazen.kv.mvcc
Subclasses of KVException in io.permazen.kv.mvccModifier and TypeClassDescriptionclassException thrown when a transaction fails because of an MVCC conflict.