minos.common.database.clients.exceptions
Exceptions
Exception to be raised when database client is not able to connect to the database. |
|
Base exception for database client. |
|
Exception to be raised when an integrity check is not satisfied. |
|
Exception to be raised when an integrity check is not satisfied. |
- exception DatabaseClientException[source]
Bases:
MinosException
Base exception for database client.
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception ConnectionException[source]
Bases:
DatabaseClientException
Exception to be raised when database client is not able to connect to the database.
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception IntegrityException[source]
Bases:
DatabaseClientException
Exception to be raised when an integrity check is not satisfied.
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.