public class HibernateTransientExceptionDetector extends SqlTransientExceptionDetector
| Constructor and Description |
|---|
HibernateTransientExceptionDetector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTransient(Exception e)
Determine if the condition is a transient error.
|
isSqlStateConnectionException, isSqlStateDuplicateValueInUniqueIndex, isSqlStateRollbackExceptionpublic boolean isTransient(Exception e)
TransientExceptionDetectorisTransient in interface TransientExceptionDetectorisTransient in class SqlTransientExceptionDetectore - the exception to inspectCopyright © 2015. All rights reserved.