Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6420 - Interface is already implemented by this class in a subschema or superschema

6420   Interface is already implemented by this class in a subschema or superschema

Cause

This error occurs if you attempt to implement an interface by a class when that interface is already implemented by a class of the same name in a superschema or a subschema.

Action

Do not attempt to implement an interface for the same class in more than once, regardless of whether you are attempting this in a subschema, or a superschema.