Uses of Class
io.permazen.kv.KVTransactionException
Packages that use KVTransactionException
Package
Description
byte[]
array key/value store API and related utility classes.KVDatabase
implementation based on Oracle's Berkeley DB Java Edition.KVDatabase
implementation based on CockroachDB.KVDatabase
implementation based on FoundationDB.KVDatabase
implementation based on Microsoft SQL Server.Utility classes for MVCC type operations using a
KVStore
.KVDatabase
implementation based on MySQL.KVDatabase
implementations based on SQL connections.KVDatabase
implementation based on SQLite.-
Uses of KVTransactionException in io.permazen.kv
Subclasses of KVTransactionException in io.permazen.kvModifier and TypeClassDescriptionclass
Thrown when aKVTransaction
is kept open for too long.class
Exception thrown when an attempt to access aKVTransaction
results in a conflict or other condition requiring that the transaction be retried.class
Thrown when an operation is attempted on aKVTransaction
that is no longer usable.Methods in io.permazen.kv that return KVTransactionException -
Uses of KVTransactionException in io.permazen.kv.bdb
Methods in io.permazen.kv.bdb that return KVTransactionExceptionModifier and TypeMethodDescriptionBerkeleyKVTransaction.wrapException
(com.sleepycat.je.DatabaseException e) Wrap the givenDatabaseException
in the appropriateKVTransactionException
. -
Uses of KVTransactionException in io.permazen.kv.cockroach
Methods in io.permazen.kv.cockroach that return KVTransactionExceptionModifier and TypeMethodDescriptionCockroachKVDatabase.wrapException
(SQLKVTransaction tx, SQLException e) -
Uses of KVTransactionException in io.permazen.kv.fdb
Methods in io.permazen.kv.fdb that return KVTransactionExceptionModifier and TypeMethodDescriptionFoundationKVTransaction.wrapException
(FDBException e) Wrap the givenFDBException
in the appropriateKVTransactionException
. -
Uses of KVTransactionException in io.permazen.kv.mssql
Methods in io.permazen.kv.mssql that return KVTransactionExceptionModifier and TypeMethodDescriptionMSSQLKVDatabase.wrapException
(SQLKVTransaction tx, SQLException e) -
Uses of KVTransactionException in io.permazen.kv.mvcc
Subclasses of KVTransactionException in io.permazen.kv.mvccModifier and TypeClassDescriptionclass
Exception thrown when a transaction fails because of an MVCC conflict.Methods in io.permazen.kv.mvcc that return KVTransactionExceptionModifier and TypeMethodDescriptionprotected KVTransactionException
SnapshotKVDatabase.logException
(KVTransactionException e) Log specified exception.Methods in io.permazen.kv.mvcc with parameters of type KVTransactionExceptionModifier and TypeMethodDescriptionprotected KVTransactionException
SnapshotKVDatabase.logException
(KVTransactionException e) Log specified exception. -
Uses of KVTransactionException in io.permazen.kv.mysql
Methods in io.permazen.kv.mysql that return KVTransactionExceptionModifier and TypeMethodDescriptionMySQLKVDatabase.wrapException
(SQLKVTransaction tx, SQLException e) -
Uses of KVTransactionException in io.permazen.kv.sql
Methods in io.permazen.kv.sql that return KVTransactionExceptionModifier and TypeMethodDescriptionprotected KVTransactionException
SQLKVTransaction.handleException
(SQLException e) Handle an unexpected SQL exception.SQLKVDatabase.wrapException
(SQLKVTransaction transaction, SQLException e) Wrap the givenSQLException
in the appropriateKVTransactionException
. -
Uses of KVTransactionException in io.permazen.kv.sqlite
Methods in io.permazen.kv.sqlite that return KVTransactionExceptionModifier and TypeMethodDescriptionSQLiteKVDatabase.wrapException
(SQLKVTransaction tx, SQLException e)