public
class
SQLiteAccessPermException
extends SQLiteException
java.lang.Object | ||||||
↳ | java.lang.Throwable | |||||
↳ | java.lang.Exception | |||||
↳ | java.lang.RuntimeException | |||||
↳ | android.database.SQLException | |||||
↳ | android.database.sqlite.SQLiteException | |||||
↳ | android.database.sqlite.SQLiteAccessPermException |
This exception class is used when sqlite can't access the database file due to lack of permissions on the file.
Public constructors | |
---|---|
SQLiteAccessPermException()
|
|
SQLiteAccessPermException(String error)
|
Inherited methods | |
---|---|
public SQLiteAccessPermException ()