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.
The classes in this package make JDBC easier to use and
 reduce the likelihood of common errors.
- 
Uses of NonTransientDataAccessResourceException in org.springframework.daoSubclasses 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.
- 
Uses of NonTransientDataAccessResourceException in org.springframework.jdbcSubclasses of NonTransientDataAccessResourceException in org.springframework.jdbcModifier and TypeClassDescriptionclassFatal exception thrown when we can't connect to an RDBMS using JDBC.