Package | Description |
---|---|
io.picodata.driver.exceptions.errors |
Classes for representing tarantool errors in java
|
Modifier and Type | Class and Description |
---|---|
static class |
TarantoolErrors.TarantoolBoxErrorFactory
Produces
TarantoolInternalException subclasses from the serialized representation
in the format of box.error:unpack , |
static class |
TarantoolErrors.TarantoolErrorsErrorFactory
Produces
TarantoolInternalException subclasses
from the serialized representation in the format of require('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 to
TarantoolInternalException |
Copyright © 2025 Picodata. All rights reserved.