Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6125 - Signature of superclass method has changed

6125   Signature of superclass method has changed

Cause

This error occurs when the signature of a method has been changed but its subclass reimplementations have not yet been recompiled.

Action

Change the signature of the current method to match the superclass definition, if necessary. Then recompile the current method.