Interface ExceptionSorter

All Known Implementing Classes:
AlwaysExceptionSorter, DB2ExceptionSorter, InformixExceptionSorter, ListExceptionSorter, MSSQLExceptionSorter, MySQLExceptionSorter, NullExceptionSorter, OracleExceptionSorter, PostgreSQLExceptionSorter, SybaseExceptionSorter

public interface ExceptionSorter
The ExceptionSorter interface allows for java.sql.SQLException evaluation to determine if an error is fatal.
Version:
$Revision: 71554 $
Author:
David Jencks, Adrian Brock, <a href="mailto:wprice@redhat.com>Weston Price
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Evaluates a java.sql.SQLException to determine if the error was fatal
  • Method Details

    • isExceptionFatal

      boolean isExceptionFatal(SQLException e)
      Evaluates a java.sql.SQLException to determine if the error was fatal
      Parameters:
      e - the java.sql.SQLException
      Returns:
      whether or not the exception is vatal.