Interface ExceptionSorter

    • Method Detail

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