Class H2QueryExceptionHandler

    • Constructor Detail

      • H2QueryExceptionHandler

        public H2QueryExceptionHandler()
    • Method Detail

      • isRetryableException

        public boolean isRetryableException​(SQLException exception)
        Description copied from class: QueryExceptionHandler
        Checks if an Exception occurred due to serialization failures in concurrent transactions and may be retried on the client-side.
        Overrides:
        isRetryableException in class QueryExceptionHandler
        Parameters:
        exception - The exception to check.
        Returns:
        true if the exception is retryable, false otherwise.