SQLiteDatabaseCorruptExceptionpublic class SQLiteDatabaseCorruptException extends SQLiteException An exception that indicates that the SQLite database file is corrupt. |
Constructors Summary |
---|
public SQLiteDatabaseCorruptException()
| public SQLiteDatabaseCorruptException(String error)
super(error);
|
|