Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6347 - Superinterface has not been implemented for this class

6347   Superinterface has not been implemented for this class

Cause

This error occurs when the class implementing a JADE interface does not implement a JADE interface that the original interface extends.

Action

Change the class to implement all JADE interfaces that the original interface extends.