SQLiteAccessPermExceptionpublic class SQLiteAccessPermException extends SQLiteException This exception class is used when sqlite can't access the database file
due to lack of permissions on the file. |
Constructors Summary |
---|
public SQLiteAccessPermException()
| public SQLiteAccessPermException(String error)
super(error);
|
|