Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6306 - Cannot reimplement a final method

6306   Cannot reimplement a final method

Cause

This error occurs if you attempt to reimplement a method that has the final option specified. This is not permitted, because the final method option specifies that the method cannot be reimplemented.

Action

If you want to reimplement the method, remove the final option from the signature of the super-method.