Interface ExceptionSorter

    • Method Detail

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