sider.exceptions — Exception classes¶
This module defines several custom exception classes.
-
exception
sider.exceptions.CommitError¶ Bases:
sider.exceptions.TransactionErrorError raised when any query operations are tried during commit phase.
-
exception
sider.exceptions.ConflictError¶ Bases:
sider.exceptions.TransactionErrorError rasied when the transaction has met conflicts.
-
exception
sider.exceptions.DoubleTransactionError¶ Bases:
sider.exceptions.TransactionErrorError raised when transactions are doubly tried for a session.
-
exception
sider.exceptions.SiderError¶ Bases:
exceptions.ExceptionAll exception classes Sider raises extend this base class.
-
exception
sider.exceptions.TransactionError¶ Bases:
sider.exceptions.SiderErrorTransaction-related error.