FileDocCategorySizeDatePackage
SQLiteFullException.javaAPI DocAndroid 1.5 API901Wed May 06 22:41:54 BST 2009android.database.sqlite

SQLiteFullException

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