Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1206 - Exception handlers stack overflow

1206   Exception handlers stack overflow

Cause

This error occurs if too many exception handlers have been armed.

Currently, each process can have up to 128 global exception handlers armed at any one time. However, there is no JADE-imposed restriction on the number of non-global exception handlers that can be armed at any time by any one process.

Action

Change your application code to ensure that it does not arm more than the maximum number of exception handlers. (For details, see "Handling Exceptions", in Chapter 3 of the JADE Developer’s Reference.)