Uses of Class
org.springframework.dao.UncategorizedDataAccessException
Packages that use UncategorizedDataAccessException Package Description org.springframework.jdbc The classes in this package make JDBC easier to use and reduce the likelihood of common errors.org.springframework.orm.hibernate5 Package providing integration of Hibernate 5.x with Spring concepts.org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts.Uses of UncategorizedDataAccessException in org.springframework.jdbc
Subclasses of UncategorizedDataAccessException in org.springframework.jdbc Modifier and Type Class Description class
SQLWarningException
Exception thrown when we're not ignoringSQLWarnings
.class
UncategorizedSQLException
Exception thrown when we can't classify an SQLException into one of our generic data access exceptions.Uses of UncategorizedDataAccessException in org.springframework.orm.hibernate5
Subclasses of UncategorizedDataAccessException in org.springframework.orm.hibernate5 Modifier and Type Class Description 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 concreteorg.springframework.dao
exceptions.Uses of UncategorizedDataAccessException in org.springframework.orm.jpa
Subclasses of UncategorizedDataAccessException in org.springframework.orm.jpa Modifier and Type Class Description class
JpaSystemException
JPA-specific subclass of UncategorizedDataAccessException, for JPA system errors that do not match any concreteorg.springframework.dao
exceptions.