Uses of Class
net.sf.colle.sql.persistence.PersistenceException

Packages that use PersistenceException
net.sf.colle.sql.persistence   
 

Uses of PersistenceException in net.sf.colle.sql.persistence
 

Subclasses of PersistenceException 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 RowNotFoundException
          Exception to be thrown in read, update and delete methods of the persistence classes.