Package com.alibaba.druid.pool
Interface ExceptionSorter
- All Known Implementing Classes:
DB2ExceptionSorter,InformixExceptionSorter,MockExceptionSorter,MySqlExceptionSorter,NullExceptionSorter,OceanBaseOracleExceptionSorter,OracleExceptionSorter,PGExceptionSorter,PhoenixExceptionSorter,SybaseExceptionSorter
public interface ExceptionSorter
An interface to allow for exception evaluation.
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigFromProperties(Properties properties) booleanReturns true or false whether or not the exception is fatal.
-
Method Details
-
isExceptionFatal
Returns true or false whether or not the exception is fatal.- Parameters:
e- the exception- Returns:
- true or false if the exception is fatal.
-
configFromProperties
-