Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6317 - Method cannot be subschemaCopyFinal -- has subschema copy implementors

6317   Method cannot be subschemaCopyFinal -- has subschema copy implementors

Cause

This error occurs if you attempt to specify the subschemaCopyFinal option for a method and the method has been reimplemented in a subschema copy class. This is not permitted.

Action

Remove the subschemaCopyFinal option from the method signature. Alternatively, remove all reimplementations of the method in subschema copy classes.