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.hibernate3 Package providing integration of Hibernate3 with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO (Java Date Objects) with Spring concepts. 
org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts. 
org.springframework.orm.toplink Package providing integration of Oracle TopLink 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 SQLWarnings.
 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.hibernate3
 

Subclasses of UncategorizedDataAccessException in org.springframework.orm.hibernate3
 class HibernateJdbcException
          Hibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate wrapped.
 class HibernateSystemException
          Hibernate-specific subclass of UncategorizedDataAccessException, 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 UncategorizedDataAccessException, for JDO system errors that do not match any concrete org.springframework.dao exceptions.
 

Uses of UncategorizedDataAccessException in org.springframework.orm.jpa
 

Subclasses of UncategorizedDataAccessException in org.springframework.orm.jpa
 class JpaSystemException
          JPA-specific subclass of UncategorizedDataAccessException, for JPA system errors that do not match any concrete org.springframework.dao exceptions.
 

Uses of UncategorizedDataAccessException in org.springframework.orm.toplink
 

Subclasses of UncategorizedDataAccessException in org.springframework.orm.toplink
 class TopLinkJdbcException
          TopLink-specific subclass of DataAccessException, for JDBC exceptions that TopLink rethrew.
 class TopLinkSystemException
          TopLink-specific subclass of UncategorizedDataAccessException, for TopLink system errors that do not match any concrete org.springframework.dao exceptions.
 



Copyright © 2002-2008 The Spring Framework.