Class ListExceptionSorter

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

public class ListExceptionSorter extends Object implements ExceptionSorter, Serializable
Version:
$Revision: 75423 $
Author:
John Lee
See Also:
  • Constructor Details

    • ListExceptionSorter

      public ListExceptionSorter()
      Constructor
  • Method Details

    • setFatalExceptions

      public void setFatalExceptions(String s)
      set via <config-property name="FatalExceptions">10099,10100,10101</> Set the fatal exceptions
      Parameters:
      s - The value
    • 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.