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 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.jdbc
Subclasses 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.jpa
Subclasses 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.r2dbc
Subclasses of UncategorizedDataAccessException in org.springframework.r2dbcModifier and TypeClassDescriptionclassException thrown when we can't classify aR2dbcExceptioninto one of our generic data access exceptions.