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 |
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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 |