Uses of Class
org.springframework.dao.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.jdbc
Modifier and TypeClassDescriptionclass
Exception thrown when we're not ignoringSQLWarnings
.class
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
Modifier and TypeClassDescriptionclass
Hibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate wrapped.class
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
Modifier and TypeClassDescriptionclass
JPA-specific subclass of UncategorizedDataAccessException, for JPA system errors that do not match any concreteorg.springframework.dao
exceptions. -
Uses of UncategorizedDataAccessException in org.springframework.r2dbc
Modifier and TypeClassDescriptionclass
Exception thrown when we can't classify aR2dbcException
into one of our generic data access exceptions.