站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Class org.springframework.dao.UncategorizedDataAccessException (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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 2.1 with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO (Java Date Objects) with Spring concepts. 
org.springframework.orm.ojb Package providing integration of Apache OJB 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.hibernate
 

Subclasses of UncategorizedDataAccessException in org.springframework.orm.hibernate
 class HibernateJdbcException
          Hibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate rethrew.
 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.ojb
 

Subclasses of UncategorizedDataAccessException in org.springframework.orm.ojb
 class OjbOperationException
          Generic exception thrown on OJB operation failure without SQLException cause.
 

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 (c) 2002-2007 The Spring Framework Project.