I'm using insertOrThrow method to insert the data into SQLiteDatabase. Thrown Exceptions are handled manullay to make sure that the given value is inserted into db.
Exceptions like SQLiteFullException, SQLiteDiskIOException are having some description in android developer site to refer.
But for SQLiteOutOfMemoryException no description is there to refer. Does anyone knows when this SQLiteOutOfMemoryException will be thrown. If anyone knows, please share it.