org.jboss.jca.adapters.jdbc.extensions.novendor
Class AlwaysExceptionSorter

java.lang.Object
  extended by org.jboss.jca.adapters.jdbc.extensions.novendor.AlwaysExceptionSorter
All Implemented Interfaces:
Serializable, ExceptionSorter

public class AlwaysExceptionSorter
extends Object
implements ExceptionSorter, Serializable

AlwaysExceptionSorter

Author:
Jesper Pedersen
See Also:
Serialized Form

Constructor Summary
AlwaysExceptionSorter()
          Constructor
 
Method Summary
 boolean isExceptionFatal(SQLException e)
          Evaluates a java.sql.SQLException to determine if the error was fatal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlwaysExceptionSorter

public AlwaysExceptionSorter()
Constructor

Method Detail

isExceptionFatal

public boolean isExceptionFatal(SQLException e)
Evaluates a java.sql.SQLException to determine if the error was fatal

Specified by:
isExceptionFatal in interface ExceptionSorter
Parameters:
e - the java.sql.SQLException
Returns:
whether or not the exception is vatal.


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)