Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6341 - Signature of interface method has changed

6341   Signature of interface method has changed

Cause

This error occurs when the signature of a JADE interface method has been changed but methods that reference the changed method have not yet been recompiled.

Action

Change the parameters on the call to the changed method, if necessary. Then recompile the current method.