Class PostgreSQLExceptionSorter

    • Constructor Detail

      • PostgreSQLExceptionSorter

        public PostgreSQLExceptionSorter()
        Constructor
    • Method Detail

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