com.alibaba.druid.pool
Interface ExceptionSorter

All Known Implementing Classes:
InformixExceptionSorter, MockExceptionSorter, MySqlExceptionSorter, NullExceptionSorter, OracleExceptionSorter, SybaseExceptionSorter

public interface ExceptionSorter

An interface to allow for exception evaluation.


Method Summary
 boolean isExceptionFatal(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.


Copyright © 2012 Alibaba Group. All Rights Reserved.