org.jboss.resource.adapter.jdbc
Class NullExceptionSorter

java.lang.Object
  extended byorg.jboss.resource.adapter.jdbc.NullExceptionSorter
All Implemented Interfaces:
ExceptionSorter (src)

public class NullExceptionSorter
extends java.lang.Object
implements ExceptionSorter (src)

Does not check the exception


Constructor Summary
NullExceptionSorter()
           
 
Method Summary
 boolean isExceptionFatal(java.sql.SQLException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullExceptionSorter

public NullExceptionSorter()
Method Detail

isExceptionFatal

public boolean isExceptionFatal(java.sql.SQLException e)
Specified by:
isExceptionFatal in interface ExceptionSorter (src)