Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6133 - Method signature conflicts with corresponding control method

6133   Method signature conflicts with corresponding control method

Cause

This error occurs when you have defined a method as corresponding to a specific control method but its signature is not compatible with that method. To be compatible, the following conditions must apply.

Action

Change the signature of the method so that it is compatible with the corresponding control method.