com.alibaba.druid.pool.vendor
Class OracleExceptionSorter

java.lang.Object
  extended by com.alibaba.druid.pool.vendor.OracleExceptionSorter
All Implemented Interfaces:
ExceptionSorter, Serializable

public class OracleExceptionSorter
extends Object
implements ExceptionSorter, Serializable

Implementation of ExceptionSorter for Oracle.

See Also:
Serialized Form

Constructor Summary
OracleExceptionSorter()
           
 
Method Summary
 boolean isExceptionFatal(SQLException e)
          Returns true or false whether or not the exception is fatal.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleExceptionSorter

public OracleExceptionSorter()
Method Detail

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.