| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||
| ↳ | org.springframework.dao.DataAccessException | |||||
| ↳ | org.springframework.dao.TransientDataAccessException | |||||
Known Direct Subclasses
|
Root of the hierarchy of data access exceptions that are considered transient - where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for TransientDataAccessException.
| |||||||||||
Constructor for TransientDataAccessException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for TransientDataAccessException.
| msg | the detail message |
|---|
Constructor for TransientDataAccessException.
| msg | the detail message |
|---|---|
| cause | the root cause (usually from using a underlying data access API such as JDBC) |