| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||
| ↳ | org.springframework.dao.DataAccessException | |||||
| ↳ | org.springframework.dao.RecoverableDataAccessException | |||||
Data access exception thrown when a previously failed operation might be able to succeed if the application performs some recovery steps and retries the entire transaction or in the case of a distributed transaction, the transaction branch. At a minimum, the recovery operation must include closing the current connection and getting a new connection.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for RecoverableDataAccessException.
| |||||||||||
Constructor for RecoverableDataAccessException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for RecoverableDataAccessException.
| msg | the detail message |
|---|
Constructor for RecoverableDataAccessException.
| msg | the detail message |
|---|---|
| cause | the root cause (usually from using a underlying data access API such as JDBC) |