public class H2QueryExceptionHandler extends QueryExceptionHandler
QueryExceptionHandler for H2 engine.| Constructor and Description |
|---|
H2QueryExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRetryableException(SQLException exception)
Checks if an Exception occurred due to serialization failures in concurrent transactions and may be retried on
the client-side.
|
handleException, isTimeoutException, isUniqueConstraintViolationExceptionpublic boolean isRetryableException(SQLException exception)
QueryExceptionHandlerisRetryableException in class QueryExceptionHandlerexception - The exception to check.true if the exception is retryable, false otherwise.Copyright © 2023 Feedzai. All rights reserved.