| 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 | |||||||
Known Direct Subclasses
|
Data access exception thrown when a resource fails completely: for example, if we can't connect to a database using JDBC.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for DataAccessResourceFailureException.
| |||||||||||
Constructor for DataAccessResourceFailureException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for DataAccessResourceFailureException.
| msg | the detail message |
|---|
Constructor for DataAccessResourceFailureException.
| msg | the detail message |
|---|---|
| cause | the root cause from the data access API in use |