pyignite.exceptions module¶
-
exception
pyignite.exceptions.BinaryTypeError¶ Bases:
pyignite.exceptions.CacheErrorA remote error in operation with Complex Object registry.
-
exception
pyignite.exceptions.CacheCreationError¶ Bases:
pyignite.exceptions.CacheErrorThis exception is raised, when any complex operation failed on cache creation phase.
-
exception
pyignite.exceptions.CacheError¶ Bases:
ExceptionThis exception is raised, whenever any remote Thin client operation returns an error.
-
exception
pyignite.exceptions.HandshakeError¶ Bases:
OSErrorThis exception is raised on Ignite binary protocol handshake failure, as defined in https://apacheignite.readme.io/docs/binary-client-protocol#section-handshake
-
exception
pyignite.exceptions.ParameterError¶ Bases:
ExceptionThis exception represents the parameter validation error in any pyignite method.
-
exception
pyignite.exceptions.ParseError¶ Bases:
ExceptionThis exception is raised, when pyignite is unable to build a query to, or parse a response from, Ignite node.
-
exception
pyignite.exceptions.ReconnectError¶ Bases:
ExceptionThis exception is raised by Client.reconnect method, when no more nodes are left to connect to. It is not meant to be an error, but rather a flow control tool, similar to StopIteration.
-
exception
pyignite.exceptions.SQLError¶ Bases:
pyignite.exceptions.CacheErrorAn error in SQL query.