Class TransientDataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.TransientDataAccessException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConcurrencyFailureException,- QueryTimeoutException,- TransientDataAccessResourceException
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.
- Since:
- 2.5
- Author:
- Thomas Risberg
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor for TransientDataAccessException.TransientDataAccessException(@Nullable String msg, @Nullable Throwable cause) Constructor for TransientDataAccessException.
- 
Method SummaryMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TransientDataAccessException
- 
TransientDataAccessException
 
-