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

Packages that use SqlCodesMappingContribution
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 SqlCodesMappingContribution in net.sourceforge.hivetranse.exception
 

Methods in net.sourceforge.hivetranse.exception with parameters of type SqlCodesMappingContribution
protected  void SqlExceptionMapper.addMapping(SqlCodesMappingContribution contrib)
           
 

Constructor parameters in net.sourceforge.hivetranse.exception with type arguments of type SqlCodesMappingContribution
SqlExceptionMapper(java.util.List<SqlCodesMappingContribution> config)
           
SqlExceptionMapper(org.apache.commons.logging.Log logger, java.util.List<SqlCodesMappingContribution> config)