Uses of Package
io.tarantool.driver.exceptions
-
Packages that use io.tarantool.driver.exceptions Package Description io.tarantool.driver.api Contains interfaces and classes essential for end-user driver APIio.tarantool.driver.api.connection Classes for working with connections to Tarantool instances.io.tarantool.driver.api.cursor Contains interfaces and implementations for cursors.io.tarantool.driver.api.metadata Contains interfaces for Tarantool space metadata operationsio.tarantool.driver.api.space Contains interfaces for Tarantool space operationsio.tarantool.driver.cluster Service discovery mechanism and providersio.tarantool.driver.core Driver core classesio.tarantool.driver.core.connection Contains classes for connection establishing and selection strategy invocation algorithms.io.tarantool.driver.core.metadata Contains implementations for Tarantool space metadata operationsio.tarantool.driver.core.space Contains implementations for Tarantool space operationsio.tarantool.driver.exceptions Exception classes for internal client errors to be translated to userio.tarantool.driver.exceptions.errors Classes for representing tarantool errors in javaio.tarantool.driver.protocol Tarantool binary protocol primitives and helpers -
Classes in io.tarantool.driver.exceptions used by io.tarantool.driver.api Class Description TarantoolClientException Basic exception class for client errors like connection errors, configuration error etcTarantoolSocketException Represent network exception -
Classes in io.tarantool.driver.exceptions used by io.tarantool.driver.api.connection Class Description NoAvailableConnectionsException Represents an error where all connections in a pool are closedTarantoolClientException Basic exception class for client errors like connection errors, configuration error etc -
Classes in io.tarantool.driver.exceptions used by io.tarantool.driver.api.cursor Class Description TarantoolClientException Basic exception class for client errors like connection errors, configuration error etcTarantoolSpaceOperationException Basic exception class for space operations errors like select, insert, replace etc -
Classes in io.tarantool.driver.exceptions used by io.tarantool.driver.api.metadata Class Description TarantoolClientException Basic exception class for client errors like connection errors, configuration error etc -
Classes in io.tarantool.driver.exceptions used by io.tarantool.driver.api.space Class Description TarantoolClientException Basic exception class for client errors like connection errors, configuration error etc -
Classes in io.tarantool.driver.exceptions used by io.tarantool.driver.cluster Class Description TarantoolClientException Basic exception class for client errors like connection errors, configuration error etc -
Classes in io.tarantool.driver.exceptions used by io.tarantool.driver.core Class Description TarantoolClientException Basic exception class for client errors like connection errors, configuration error etc -
Classes in io.tarantool.driver.exceptions used by io.tarantool.driver.core.connection Class Description TarantoolClientException Basic exception class for client errors like connection errors, configuration error etc -
Classes in io.tarantool.driver.exceptions used by io.tarantool.driver.core.metadata Class Description TarantoolClientException Basic exception class for client errors like connection errors, configuration error etc -
Classes in io.tarantool.driver.exceptions used by io.tarantool.driver.core.space Class Description TarantoolClientException Basic exception class for client errors like connection errors, configuration error etc -
Classes in io.tarantool.driver.exceptions used by io.tarantool.driver.exceptions Class Description TarantoolClientException Basic exception class for client errors like connection errors, configuration error etcTarantoolException Base class for Tarantool runtime exceptionsTarantoolInternalException Represents exceptions returned on call operations from Lua API (functions returnnil, err
or the `error()` function is called in the function body) -
Classes in io.tarantool.driver.exceptions used by io.tarantool.driver.exceptions.errors Class Description TarantoolException Base class for Tarantool runtime exceptions -
Classes in io.tarantool.driver.exceptions used by io.tarantool.driver.protocol Class Description TarantoolClientException Basic exception class for client errors like connection errors, configuration error etcTarantoolDecoderException Used in cases when a request or a response body cannot be transformed from/into MessagePack