Package com.alibaba.druid.pool.vendor
Class AbstractOracleExceptionSorter
- java.lang.Object
-
- com.alibaba.druid.pool.vendor.AbstractOracleExceptionSorter
-
- All Implemented Interfaces:
ExceptionSorter
- Direct Known Subclasses:
OceanBaseOracleExceptionSorter,OracleExceptionSorter
public abstract class AbstractOracleExceptionSorter extends Object implements ExceptionSorter
oracle exception sorter abstract
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<Integer>fatalErrorCodes
-
Constructor Summary
Constructors Constructor Description AbstractOracleExceptionSorter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigFromProperties(Properties properties)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.alibaba.druid.pool.ExceptionSorter
isExceptionFatal
-
-
-
-
Method Detail
-
configFromProperties
public void configFromProperties(Properties properties)
- Specified by:
configFromPropertiesin interfaceExceptionSorter
-
-