Package com.alibaba.druid.pool.vendor
Class SybaseExceptionSorter
java.lang.Object
com.alibaba.druid.pool.vendor.SybaseExceptionSorter
- All Implemented Interfaces:
ExceptionSorter,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigFromProperties(Properties properties) booleanReturns true or false whether or not the exception is fatal.
-
Constructor Details
-
SybaseExceptionSorter
public SybaseExceptionSorter()
-
-
Method Details
-
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.
-
configFromProperties
- Specified by:
configFromPropertiesin interfaceExceptionSorter
-