SQLiteDiskIOExceptionpublic class SQLiteDiskIOException extends SQLiteException An exception that indicates that an IO error occured while accessing the
SQLite database file. |
Constructors Summary |
---|
public SQLiteDiskIOException()
| public SQLiteDiskIOException(String error)
super(error);
|
|