Package com.alibaba.druid.pool
Interface ExceptionSorter
-
- All Known Implementing Classes:
AbstractOracleExceptionSorter,DB2ExceptionSorter,InformixExceptionSorter,MockExceptionSorter,MySqlExceptionSorter,NullExceptionSorter,OceanBaseOracleExceptionSorter,OracleExceptionSorter,PGExceptionSorter,PhoenixExceptionSorter,SybaseExceptionSorter
public interface ExceptionSorterAn interface to allow for exception evaluation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigFromProperties(Properties properties)booleanisExceptionFatal(SQLException e)Returns true or false whether or not the exception is fatal.
-
-
-
Method Detail
-
isExceptionFatal
boolean isExceptionFatal(SQLException e)
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
void configFromProperties(Properties properties)
-
-