Uses of Class
org.springframework.dao.UncategorizedDataAccessException
Packages that use UncategorizedDataAccessException
Package
Description
The classes in this package make JDBC easier to use and
 reduce the likelihood of common errors.
Package providing integration of
 Hibernate 5.x
 with Spring concepts.
Package providing integration of JPA (Java Persistence API) with Spring concepts.
The classes in this package make R2DBC easier to use and
 reduce the likelihood of common errors.
- 
Uses of UncategorizedDataAccessException in org.springframework.jdbcSubclasses of UncategorizedDataAccessException in org.springframework.jdbcModifier and TypeClassDescriptionclassException thrown when we're not ignoringSQLWarnings.classException thrown when we can't classify an SQLException into one of our generic data access exceptions.
- 
Uses of UncategorizedDataAccessException in org.springframework.orm.hibernate5Subclasses of UncategorizedDataAccessException in org.springframework.orm.hibernate5Modifier and TypeClassDescriptionclassHibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate wrapped.classHibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concreteorg.springframework.daoexceptions.
- 
Uses of UncategorizedDataAccessException in org.springframework.orm.jpaSubclasses of UncategorizedDataAccessException in org.springframework.orm.jpaModifier and TypeClassDescriptionclassJPA-specific subclass of UncategorizedDataAccessException, for JPA system errors that do not match any concreteorg.springframework.daoexceptions.
- 
Uses of UncategorizedDataAccessException in org.springframework.r2dbcSubclasses of UncategorizedDataAccessException in org.springframework.r2dbcModifier and TypeClassDescriptionclassException thrown when we can't classify aR2dbcExceptioninto one of our generic data access exceptions.