类 OracleExceptionSorter

java.lang.Object
com.alibaba.druid.pool.vendor.AbstractOracleExceptionSorter
com.alibaba.druid.pool.vendor.OracleExceptionSorter
所有已实现的接口:
ExceptionSorter, Serializable

public class OracleExceptionSorter extends AbstractOracleExceptionSorter implements Serializable
Implementation of ExceptionSorter for Oracle.
另请参阅:
  • 构造器详细资料

    • OracleExceptionSorter

      public OracleExceptionSorter()
  • 方法详细资料

    • getFatalErrorCodes

      public Set<Integer> getFatalErrorCodes()
    • setFatalErrorCodes

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

      public boolean isExceptionFatal(SQLException e)
      从接口复制的说明: ExceptionSorter
      Returns true or false whether or not the exception is fatal.
      指定者:
      isExceptionFatal 在接口中 ExceptionSorter
      参数:
      e - the exception
      返回:
      true or false if the exception is fatal.