Exception Summary |
ConstraintViolatedException |
Exception to be thrown in create, update and delete methods of the persistence
classes when a constraint (for example not null or unique columns) is
violated. |
DuplicateRowException |
Exception to be thrown in create methods of the persistence classes when a
record with the same primary key is already in the database. |
PersistenceException |
Base class for persistence exceptions. |
RowNotFoundException |
Exception to be thrown in read, update and delete methods of the persistence
classes. |