Uses of Interface
io.tarantool.driver.exceptions.errors.TarantoolErrorFactory
-
Packages that use TarantoolErrorFactory Package Description io.tarantool.driver.exceptions.errors Classes for representing tarantool errors in java -
-
Uses of TarantoolErrorFactory in io.tarantool.driver.exceptions.errors
Classes in io.tarantool.driver.exceptions.errors that implement TarantoolErrorFactory Modifier and Type Class Description static classTarantoolErrors.TarantoolBoxErrorFactoryProducesTarantoolInternalExceptionsubclasses from the serialized representation in the format ofbox.error:unpack,static classTarantoolErrors.TarantoolErrorsErrorFactoryProducesTarantoolInternalExceptionsubclasses from the serialized representation in the format ofrequire('errors').new_class("NewError"),static classTarantoolErrors.TarantoolUnrecognizedErrorFactoryThe factory is finalizing, i.e. errors passed into it will always be introverted as appropriate for the given factory The error is generated in a message that is passed toTarantoolInternalException
-