Uses of Class
org.springframework.dao.NonTransientDataAccessResourceException
Packages that use NonTransientDataAccessResourceException
Package
Description
Exception hierarchy enabling sophisticated error handling independent
of the data access approach in use.
-
Uses of NonTransientDataAccessResourceException in org.springframework.dao
Subclasses of NonTransientDataAccessResourceException in org.springframework.daoModifier and TypeClassDescriptionclassData access exception thrown when a resource fails completely: for example, if we can't connect to a database using JDBC.