Uses of Class
org.springframework.dao.UncategorizedDataAccessException

Packages that use UncategorizedDataAccessException
org.springframework.jdbc The classes in this package make JDBC easier to use and reduce the likelihood of common errors. 
org.springframework.orm.hibernate Package providing integration of Hibernate with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO with Spring concepts. 
 

Uses of UncategorizedDataAccessException in org.springframework.jdbc
 

Subclasses of UncategorizedDataAccessException in org.springframework.jdbc
 class SQLWarningException
          Exception thrown when we're not ignoring warnings.
 class UncategorizedSQLException
          Exception thrown when we can't classify a SQLException into one of our generic data access exceptions.
 

Uses of UncategorizedDataAccessException in org.springframework.orm.hibernate
 

Subclasses of UncategorizedDataAccessException in org.springframework.orm.hibernate
 class HibernateJdbcException
          Hibernate-specific subclass of DataAccessException, for JDBC exceptions that Hibernate rethrew.
 class HibernateSystemException
          Hibernate-specific subclass of DataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
 

Uses of UncategorizedDataAccessException in org.springframework.orm.jdo
 

Subclasses of UncategorizedDataAccessException in org.springframework.orm.jdo
 class JdoSystemException
          JDO-specific subclass of DataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
 



Copyright (C) 2003-2004 The Spring Framework Project.