Module is.codion.common.db
Package is.codion.common.db.exception
-
Exception Summary Exception Description AuthenticationException An exception indication an authentication failureDatabaseException An exception coming from a database-layer.DeleteException An exception indicating a failed delete operationMultipleRecordsFoundException Exception used when one record was expected but many were found.QueryTimeoutException Exception thrown when a statement has timed out or been cancelled.RecordModifiedException An exception indicating that the row in question has been modified or deleted since it was loaded.RecordNotFoundException Exception used when an expected record was not found.ReferentialIntegrityException An exception indication a referential integrity failureUniqueConstraintException An exception indication a unique constraint failureUpdateException An exception indicating a failed update operation