Package com.alibaba.druid.pool.vendor
Class OracleExceptionSorter
java.lang.Object
com.alibaba.druid.pool.vendor.OracleExceptionSorter
- All Implemented Interfaces:
ExceptionSorter,Serializable
- Direct Known Subclasses:
OceanBaseOracleExceptionSorter
Implementation of ExceptionSorter for Oracle.
- 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
-
OracleExceptionSorter
public OracleExceptionSorter()
-
-
Method Details
-
configFromProperties
- Specified by:
configFromPropertiesin interfaceExceptionSorter
-
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.
-