org.jboss.resource.adapter.jdbc
Class NullExceptionSorter

java.lang.Object
  extended by org.jboss.resource.adapter.jdbc.NullExceptionSorter
All Implemented Interfaces:
Serializable, ExceptionSorter

public class NullExceptionSorter
extends Object
implements ExceptionSorter, Serializable

Does not check the exception. Used if the named exception sorter cannot be instantiated.

Version:
$Revision: 57189 $
Author:
Adrian Brock, Serialized Form

Constructor Summary
NullExceptionSorter()
           
 
Method Summary
 boolean isExceptionFatal(SQLException e)
          Returns true or false whether or not the exception is fatal.
 
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(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 © 2002 JBoss Group, LLC. All Rights Reserved.