public class MySqlQueryExceptionHandler extends QueryExceptionHandler
QueryExceptionHandler for MySQL engine.| Constructor and Description |
|---|
MySqlQueryExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTimeoutException(SQLException exception)
Indicates if a given exception is a timeout.
|
handleException, isRetryableExceptionpublic boolean isTimeoutException(SQLException exception)
QueryExceptionHandlerisTimeoutException in class QueryExceptionHandlerexception - The exception to check.true if the exception is a timeout, false otherwise.Copyright © 2021 Feedzai. All rights reserved.