Oracle Error PLS-00609: the OVERRIDING clause is not valid for SQLJ Object Types

Oracle Error Message

PLS-00609: the OVERRIDING clause is not valid for SQLJ Object Types

Reason for the Error

You were trying to a SQLJ Object Type method that override an inherited method.

Solution

Change the SQLJ Object Type defintion by removing the OVERRIDING method.