Soar Error when build my application

I have this following error when I try to build a MicroEJ Application

1 : SOAR ERROR
FAIL
Soar image generation aborted.

            [M153] - Max exceptions handlers reached in method ep/report/SetCommand.$SWITCH_TABLE$ep$service$report$Properties$PropertyDef()[I.

How I can increase this limit?

Unfortunately, the maximum number of exceptions handlers cannot be increased.

The maximum number of exception handlers is defined in the Device Developer’s Guide (http://developer.microej.com/packages/devdevguide-4.1-A/TLT-0784-MAN-DeviceDevGuide-1.1.0.pdf) - Section 22 - Limitations.

Numbers of exception handlers per method: 63

The method indicated in the error message must be refactored.
If possible, could you share the method content (or an anonymous version) so that we can have a look to the complexity ?