This class represents a PL/SQL exception that occurred during the execution of a PL/SQL subprogram.

Hierarchy

  • Error
    • CallError

Methods

Methods

  • Returns true if this CallError is the given PL/SQL exception.

    Returns

    whether this instance represents the given PL/SQL exception.

    Parameters

    • errorCode: number

      the Oracle error code of the exception.

    Returns boolean