Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1240 - Exceeded the maximum number of sub-objects allowed for a class

1240   Exceeded the maximum number of sub-objects allowed for a class

Cause

This error occurs if your application code attempts to add more than 255 subobjects (exclusive collections) to a class. A class cannot have more than 255 subobjects.

Action

Create a subclass on which to add the additional subobjects. You should always try to avoid adding more than 255 subobjects.