| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||
| ↳ | org.springframework.dao.DataAccessException | |||||
| ↳ | org.springframework.dao.NonTransientDataAccessException | |||||
Root of the hierarchy of data access exceptions that are considered non-transient - where a retry of the same operation would fail unless the cause of the Exception is corrected.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for NonTransientDataAccessException.
| |||||||||||
Constructor for NonTransientDataAccessException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for NonTransientDataAccessException.
| msg | the detail message |
|---|
Constructor for NonTransientDataAccessException.
| msg | the detail message |
|---|---|
| cause | the root cause (usually from using a underlying data access API such as JDBC) |