Possible error messages:
Without Resource Bundle (default) |
|
With Resource Bundle |
|
Domain | Persistence.StreamNotOpenException |
Number | 23000 |
Label | STREAM_NOT_OPEN |
Applicable Platform(s) | Android, BlackBerry, Windows Mobile |
When calling BigString or BigBinary API, some methods (read\seek\write\close\flush) require the object to be open.
Call BigString.openForWrite\openFileRead or BigBinary.openFileWrite\openForRead before calling the method from which the exception has been thrown.