FileDocCategorySizeDatePackage
SQLiteOutOfMemoryException.javaAPI DocAndroid 5.1 API849Thu Mar 12 22:22:10 GMT 2015android.database.sqlite

SQLiteOutOfMemoryException

public class SQLiteOutOfMemoryException extends SQLiteException

Fields Summary
Constructors Summary
public SQLiteOutOfMemoryException()

public SQLiteOutOfMemoryException(String error)

        super(error);
    
Methods Summary