Class NullExceptionSorter

java.lang.Object
org.jboss.jca.adapters.jdbc.extensions.novendor.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: 75423 $
Author:
Adrian Brock, Weston Price
See Also:
  • Constructor Details

    • NullExceptionSorter

      public NullExceptionSorter()
      Constructor
  • Method Details

    • 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.