类 InformixExceptionSorter
java.lang.Object
com.alibaba.druid.pool.vendor.InformixExceptionSorter
- 所有已实现的接口:
ExceptionSorter,Serializable
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidconfigFromProperties(Properties properties) booleanReturns true or false whether or not the exception is fatal.
-
构造器详细资料
-
InformixExceptionSorter
public InformixExceptionSorter()
-
-
方法详细资料
-
isExceptionFatal
从接口复制的说明:ExceptionSorterReturns true or false whether or not the exception is fatal.- 指定者:
isExceptionFatal在接口中ExceptionSorter- 参数:
e- the exception- 返回:
- true or false if the exception is fatal.
-
configFromProperties
- 指定者:
configFromProperties在接口中ExceptionSorter
-