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 classSQLWarningExceptionException thrown when we're not ignoringSQLWarnings.classUncategorizedSQLExceptionException 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 classHibernateJdbcExceptionHibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate wrapped.classHibernateSystemExceptionHibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concreteorg.springframework.daoexceptions.Uses of UncategorizedDataAccessException in org.springframework.orm.jpa
Subclasses of UncategorizedDataAccessException in org.springframework.orm.jpa Modifier and Type Class Description classJpaSystemExceptionJPA-specific subclass of UncategorizedDataAccessException, for JPA system errors that do not match any concreteorg.springframework.daoexceptions.