Package com.alibaba.druid.pool.vendor
Class OracleExceptionSorter
java.lang.Object
com.alibaba.druid.pool.vendor.AbstractOracleExceptionSorter
com.alibaba.druid.pool.vendor.OracleExceptionSorter
- All Implemented Interfaces:
ExceptionSorter,Serializable
Implementation of ExceptionSorter for Oracle.
- 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
-
OracleExceptionSorter
public OracleExceptionSorter()
-
-
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.
-