Uses of Class
net.sourceforge.hivetranse.exception.DataIntegrityException

Packages that use DataIntegrityException
net.sourceforge.hivetranse.exception This package defines the hierarchy of specific exceptions related to data access and also contains utility classes to allow mapping of SQLExceptions into these more specialized exceptions. 
 

Uses of DataIntegrityException in net.sourceforge.hivetranse.exception
 

Subclasses of DataIntegrityException in net.sourceforge.hivetranse.exception
 class DuplicateKeyException
          Exception class thrown when a statement (insert or update) could not be executed because it would have caused the violation of a unique constraint.
 class ReferentialIntegrityException
          Exception class thrown when a statement (insert, update or delete) could not be executed because it would have caused the violation of a referential constraint (related to a foreign key).