Package com.alibaba.druid.pool.vendor
Class OceanBaseOracleExceptionSorter
java.lang.Object
com.alibaba.druid.pool.vendor.OracleExceptionSorter
com.alibaba.druid.pool.vendor.OceanBaseOracleExceptionSorter
- All Implemented Interfaces:
ExceptionSorter,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigFromProperties(Properties properties) booleanReturns true or false whether or not the exception is fatal.voidsetFatalErrorCodes(Set<Integer> fatalErrorCodes)
-
Constructor Details
-
OceanBaseOracleExceptionSorter
public OceanBaseOracleExceptionSorter()
-
-
Method Details
-
configFromProperties
- Specified by:
configFromPropertiesin interfaceExceptionSorter- Overrides:
configFromPropertiesin classOracleExceptionSorter
-
getFatalErrorCodes
- Overrides:
getFatalErrorCodesin classOracleExceptionSorter
-
setFatalErrorCodes
- Overrides:
setFatalErrorCodesin classOracleExceptionSorter
-
isExceptionFatal
Description copied from interface:ExceptionSorterReturns true or false whether or not the exception is fatal.- Specified by:
isExceptionFatalin interfaceExceptionSorter- Overrides:
isExceptionFatalin classOracleExceptionSorter- Parameters:
e- the exception- Returns:
- true or false if the exception is fatal.
-