FileDocCategorySizeDatePackage
SQLiteAccessPermException.javaAPI DocAndroid 5.1 API972Thu Mar 12 22:22:10 GMT 2015android.database.sqlite

SQLiteAccessPermException

public 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.

Fields Summary
Constructors Summary
public SQLiteAccessPermException()

public SQLiteAccessPermException(String error)

        super(error);
    
Methods Summary