Interface ExceptionSorter

All Known Implementing Classes:
DB2ExceptionSorter, InformixExceptionSorter, MockExceptionSorter, MySqlExceptionSorter, NullExceptionSorter, OceanBaseOracleExceptionSorter, OracleExceptionSorter, PGExceptionSorter, PhoenixExceptionSorter, SybaseExceptionSorter

public interface ExceptionSorter
An interface to allow for exception evaluation.
  • Method Details

    • isExceptionFatal

      boolean isExceptionFatal(SQLException e)
      Returns true or false whether or not the exception is fatal.
      Parameters:
      e - the exception
      Returns:
      true or false if the exception is fatal.
    • configFromProperties

      void configFromProperties(Properties properties)