|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.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.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. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |