Uses of Class
org.springframework.dao.NonTransientDataAccessResourceException
Packages that use NonTransientDataAccessResourceException Package Description org.springframework.dao Exception hierarchy enabling sophisticated error handling independent of the data access approach in use.org.springframework.jca.cci This package contains Spring's support for the Common Client Interface (CCI), as defined by the J2EE Connector Architecture.org.springframework.jdbc 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.dao Modifier and Type Class Description classDataAccessResourceFailureExceptionData 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.jca.cci
Subclasses of NonTransientDataAccessResourceException in org.springframework.jca.cci Modifier and Type Class Description classCannotCreateRecordExceptionException thrown when the creating of a CCI Record failed for connector-internal reasons.classCannotGetCciConnectionExceptionFatal exception thrown when we can't connect to an EIS using CCI.Uses of NonTransientDataAccessResourceException in org.springframework.jdbc
Subclasses of NonTransientDataAccessResourceException in org.springframework.jdbc Modifier and Type Class Description classCannotGetJdbcConnectionExceptionFatal exception thrown when we can't connect to an RDBMS using JDBC.