File
Doc
Category
Size
Date
Package
SQLiteOutOfMemoryException.java
API Doc
Android 5.1 API
849
Thu Mar 12 22:22:10 GMT 2015
android.database.sqlite
SQLiteOutOfMemoryException
java.lang.Object
SQLiteException
public class SQLiteOutOfMemoryException extends SQLiteException
Fields Summary
Constructors Summary
public SQLiteOutOfMemoryException
()
public SQLiteOutOfMemoryException
(
String
error)
super(error);
Methods Summary
Java Code Source