Class TarantoolErrors
- java.lang.Object
-
- io.tarantool.driver.exceptions.errors.TarantoolErrors
-
public class TarantoolErrors extends Object
Class-container for built-in tarantool errors factories
-
-
Nested Class Summary
Nested Classes 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
-
Constructor Summary
Constructors Constructor Description TarantoolErrors()
-