Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6426 - This is not allowed in a partition method

6426   This is not allowed in a partition method

Cause

This error occurs if you attempt to use a JADE language feature that is not allowed in a partition method; that is, a method with the partitionMethod method option specified.

Partition methods:

Action

Change the partition method to conform to the partition method restrictions. If you do not intend the method to be a partition method, remove the partitionMethod method from the method signature.