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 TypeClassDescriptionclassThrown 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 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 givenDatabaseExceptionin 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 givenFDBExceptionin 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 TypeClassDescriptionclassException thrown when a transaction fails because of an MVCC conflict.Methods in io.permazen.kv.mvcc that return KVTransactionExceptionModifier and TypeMethodDescriptionprotected KVTransactionExceptionSnapshotKVDatabase.logException(KVTransactionException e) Log specified exception.Methods in io.permazen.kv.mvcc with parameters of type KVTransactionExceptionModifier and TypeMethodDescriptionprotected KVTransactionExceptionSnapshotKVDatabase.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 KVTransactionExceptionSQLKVTransaction.handleException(SQLException e) Handle an unexpected SQL exception.SQLKVDatabase.wrapException(SQLKVTransaction transaction, SQLException e) Wrap the givenSQLExceptionin 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)