com.alibaba.druid.pool.vendor
Class MySqlExceptionSorter
java.lang.Object
com.alibaba.druid.pool.vendor.MySqlExceptionSorter
- All Implemented Interfaces:
- ExceptionSorter
public class MySqlExceptionSorter
- extends Object
- implements ExceptionSorter
MySqlExceptionSorter
public MySqlExceptionSorter()
isExceptionFatal
public boolean isExceptionFatal(SQLException e)
- Description copied from interface:
ExceptionSorter
- Returns true or false whether or not the exception is fatal.
- Specified by:
isExceptionFatal in interface ExceptionSorter
- Parameters:
e - the exception
- Returns:
- true or false if the exception is fatal.
Copyright © 2012 Alibaba Group. All Rights Reserved.