Possible error messages:
Without Resource Bundle (default) |
|
With Resource Bundle |
|
Domain | Persistence.StreamNotClosedException |
Number | 22900 |
Label | STREAM_NOT_CLOSED |
Applicable Platform(s) | Android, BlackBerry, Windows Mobile |
When calling the BigString or BigBinary API, some methods (copyFromFile\copyToFile\getValue\setValue) require the object to be closed.
Call BigString.close or BigBinary.close before calling the method (setValue\getValue\copyFromFile\copyToFile) from which the exception has been thrown.