org.springframework.dao
public class: DataAccessResourceFailureException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.NonTransientDataAccessResourceException
org.springframework.dao.DataAccessResourceFailureException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotGetCciConnectionException, CannotGetJdbcConnectionException, JdoResourceFailureException, CannotCreateRecordException
Data access exception thrown when a resource fails completely:
for example, if we can't connect to a database using JDBC.
- author:
Rod - Johnson
- author:
Thomas - Risberg
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |