Class OracleExceptionSorter

    • Constructor Detail

      • OracleExceptionSorter

        public OracleExceptionSorter()
    • Method Detail

      • getFatalErrorCodes

        public Set<Integer> getFatalErrorCodes()
      • setFatalErrorCodes

        public void setFatalErrorCodes​(Set<Integer> fatalErrorCodes)
      • isExceptionFatal

        public boolean isExceptionFatal​(SQLException e)
        Description copied from interface: ExceptionSorter
        Returns true or false whether or not the exception is fatal.
        Specified by:
        isExceptionFatal in interface ExceptionSorter
        Parameters:
        e - the exception
        Returns:
        true or false if the exception is fatal.