Uses of Class
org.springframework.dao.NonTransientDataAccessResourceException
Package
Description
Exception hierarchy enabling sophisticated error handling independent
of the data access approach in use.
The classes in this package make JDBC easier to use and
reduce the likelihood of common errors.
-
Uses of NonTransientDataAccessResourceException in org.springframework.dao
Modifier and TypeClassDescriptionclass
Data access exception thrown when a resource fails completely: for example, if we can't connect to a database using JDBC. -
Uses of NonTransientDataAccessResourceException in org.springframework.jdbc
Modifier and TypeClassDescriptionclass
Fatal exception thrown when we can't connect to an RDBMS using JDBC.