|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OuterException | |
net.sf.colle.sql.persistence | |
net.sf.colle.sql.schema |
Uses of OuterException in net.sf.colle.sql.persistence |
Subclasses of OuterException in net.sf.colle.sql.persistence | |
class |
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. |
class |
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. |
class |
PersistenceException
Base class for persistence exceptions. |
class |
RowNotFoundException
Exception to be thrown in read, update and delete methods of the persistence classes. |
Uses of OuterException in net.sf.colle.sql.schema |
Subclasses of OuterException in net.sf.colle.sql.schema | |
class |
TooFewFieldsException
Exception to be thrown in read, update and delete methods of the persistence classes. |
class |
TooManyFieldsException
Exception to be thrown in read, update and delete methods of the persistence classes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |