Class OceanBaseOracleExceptionSorter

java.lang.Object
com.alibaba.druid.pool.vendor.AbstractOracleExceptionSorter
com.alibaba.druid.pool.vendor.OceanBaseOracleExceptionSorter
All Implemented Interfaces:
ExceptionSorter, Serializable

public class OceanBaseOracleExceptionSorter extends AbstractOracleExceptionSorter implements Serializable
See Also:
  • Constructor Details

    • OceanBaseOracleExceptionSorter

      public OceanBaseOracleExceptionSorter()
  • Method Details

    • getFatalErrorCodes

      public Set<Integer> getFatalErrorCodes()
    • setFatalErrorCodes

      public void setFatalErrorCodes(Set<Integer> fatalErrorCodes)
    • isExceptionFatal

      public boolean isExceptionFatal(SQLException e)
      Description copied from interface: ExceptionSorter
      Returns true or false whether or not the exception is fatal.
      Specified by:
      isExceptionFatal in interface ExceptionSorter
      Parameters:
      e - the exception
      Returns:
      true or false if the exception is fatal.