public class OracleQueryExceptionHandler extends QueryExceptionHandler
QueryExceptionHandler for Oracle engine.| Constructor and Description |
|---|
OracleQueryExceptionHandler() |
| 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, isTimeoutExceptionpublic boolean isRetryableException(SQLException exception)
QueryExceptionHandlerisRetryableException in class QueryExceptionHandlerexception - The exception to check.true if the exception is retryable, false otherwise.Copyright © 2021 Feedzai. All rights reserved.