Product Information > JADE Error Messages and System Messages > 1300 through 1399 - Collection Exception Errors > 1332 - JadeBytes access is out of bounds

1332   JadeBytes access is out of bounds

Cause

This error is raised by methods of the JadeBytes class called with parameter values that are outside the bounds of the allocated length of the data content.

When you attempt to retrieve part of the contents of a JadeBytes object by using the getData method or update part of the contents using the putData method, the value of the:

Action

Ensure that the values of parameters are within the bounds of the allocated length of the data content.