Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6349 - Method already defined in superinterface or subinterface

6349   Method already defined in superinterface or subinterface

Cause

This error occurs when the method name being defined in a JADE interface already exists in a sub-interface (an interface that extends this one) or a super-interface (an interface that this one extends).

Action

Change the method name to be unique.