File
Doc
Category
Size
Date
Package
SQLiteFullException.java
API Doc
Android 1.5 API
901
Wed May 06 22:41:54 BST 2009
android.database.sqlite
SQLiteFullException
java.lang.Object
SQLiteException
public class SQLiteFullException extends SQLiteException
An exception that indicates that the SQLite database is full.
Fields Summary
Constructors Summary
public SQLiteFullException
()
public SQLiteFullException
(
String
error)
super(error);
Methods Summary
Java Code Source