Package android.database.sqlite
Class SQLiteAccessPermException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.database.SQLException
-
- android.database.sqlite.SQLiteException
-
- android.database.sqlite.SQLiteAccessPermException
-
- All Implemented Interfaces:
Serializable
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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLiteAccessPermException()SQLiteAccessPermException(String error)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SQLiteAccessPermException
public SQLiteAccessPermException()
-
SQLiteAccessPermException
public SQLiteAccessPermException(String error)
-
-