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

SQLiteDiskIOException

public class SQLiteDiskIOException extends SQLiteException
An exception that indicates that an IO error occured while accessing the SQLite database file.

Fields Summary
Constructors Summary
public SQLiteDiskIOException()

public SQLiteDiskIOException(String error)

        super(error);
    
Methods Summary