Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6340 - Method signature conflicts with implemented interface method

6340   Method signature conflicts with implemented interface method

Cause

This error occurs if the signature of the implementation of an interface method is not compatible with the signature of the interface method as specified in the JADE interface.

Action

Ensure that the signature of the implemented method is compatible with the signature of the interface method as specified in the JADE interface.