Class OracleErrorHandler


  • public class OracleErrorHandler
    extends ErrorHandler
    Error handle for Oracle.
    Author:
    Chris Cranford
    • Field Detail

      • RETRIABLE_ERROR_CODES

        @Immutable
        private static final Set<String> RETRIABLE_ERROR_CODES
        Contents of this set should only be ORA-xxxxx errors; The error check uses starts-with semantics
      • RETRIABLE_ERROR_MESSAGES

        @Immutable
        private static final Set<String> RETRIABLE_ERROR_MESSAGES
        Contents of this set should be any type of error message text; The error check uses case-insensitive contains semantics