Uses of Package
net.sourceforge.hivetranse.exception

Packages that use net.sourceforge.hivetranse.exception
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. 
net.sourceforge.hivetranse.transaction This is the main package for generic transaction handling under HiveMind. 
 

Classes in net.sourceforge.hivetranse.exception used by net.sourceforge.hivetranse.exception
DataAccessException
          Abstract base class for all data access-related exceptions.
DataIntegrityException
          Exception class thrown when a statement (insert, update or delete) could not be executed because it would have caused the violation of a datastore constraint (any kind of constraint such as null not allowed, string too long, referred row does not exist, duplicate key...)
SqlCodesMappingContribution
           
 

Classes in net.sourceforge.hivetranse.exception used by net.sourceforge.hivetranse.transaction
DataAccessException
          Abstract base class for all data access-related exceptions.