Package com.alibaba.druid.pool.vendor
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:
-
Field Summary
Fields inherited from class com.alibaba.druid.pool.vendor.AbstractOracleExceptionSorter
fatalErrorCodes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true or false whether or not the exception is fatal.voidsetFatalErrorCodes(Set<Integer> fatalErrorCodes) Methods inherited from class com.alibaba.druid.pool.vendor.AbstractOracleExceptionSorter
configFromProperties
-
Constructor Details
-
OceanBaseOracleExceptionSorter
public OceanBaseOracleExceptionSorter()
-
-
Method Details
-
getFatalErrorCodes
-
setFatalErrorCodes
-
isExceptionFatal
Description copied from interface:ExceptionSorterReturns true or false whether or not the exception is fatal.- Specified by:
isExceptionFatalin interfaceExceptionSorter- Parameters:
e- the exception- Returns:
- true or false if the exception is fatal.
-