Error 22900

Message

Possible error messages:

Without Resource Bundle (default)
  • <Empty error message>
With Resource Bundle
  • Stream must be closed first
Domain Persistence.StreamNotClosedException
Number 22900
Label STREAM_NOT_CLOSED
Applicable Platform(s) Android, BlackBerry, Windows Mobile

Cause

When calling the BigString or BigBinary API, some methods (copyFromFile\copyToFile\getValue\setValue) require the object to be closed.

Action

Call BigString.close or BigBinary.close before calling the method (setValue\getValue\copyFromFile\copyToFile) from which the exception has been thrown.