Product Information > JADE Error Messages and System Messages > 1300 through 1399 - Collection Exception Errors > 1306 - Iterator not associated with this dictionary

1306   Iterator not associated with this dictionary

Cause

This error occurs if your application code passes an iterator to a Dictionary class relative key start method (startKeyxxx) when the dictionary did not create the iterator.

Action

Ensure that the iterator passed to the relative key start method was created by the dictionary using the createIterator method.