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.dao
Subclasses of NonTransientDataAccessResourceException in org.springframework.daoModifier 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
Subclasses of NonTransientDataAccessResourceException in org.springframework.jdbcModifier and TypeClassDescriptionclass
Fatal exception thrown when we can't connect to an RDBMS using JDBC.