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 class
TarantoolErrors.TarantoolBoxErrorFactory
ProducesTarantoolInternalException
subclasses from the serialized representation in the format ofbox.error:unpack
,static class
TarantoolErrors.TarantoolErrorsErrorFactory
ProducesTarantoolInternalException
subclasses from the serialized representation in the format ofrequire('errors').new_class("NewError")
,static class
TarantoolErrors.TarantoolUnrecognizedErrorFactory
The 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
-