com.alibaba.druid.pool
接口 ExceptionSorter
- 所有已知实现类:
- DB2ExceptionSorter, InformixExceptionSorter, MockExceptionSorter, MySqlExceptionSorter, NullExceptionSorter, OracleExceptionSorter, SybaseExceptionSorter
public interface ExceptionSorter
An interface to allow for exception evaluation.
isExceptionFatal
boolean isExceptionFatal(SQLException e)
- Returns true or false whether or not the exception is fatal.
- 参数:
e - the exception
- 返回:
- true or false if the exception is fatal.
configFromProperties
void configFromProperties(Properties properties)
Copyright © 2013 Alibaba Group. All Rights Reserved.