Package android.database.sqlite
Class SQLiteReadOnlyDatabaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.database.SQLException
-
- android.database.sqlite.SQLiteException
-
- android.database.sqlite.SQLiteReadOnlyDatabaseException
-
- All Implemented Interfaces:
Serializable
public class SQLiteReadOnlyDatabaseException extends SQLiteException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLiteReadOnlyDatabaseException()SQLiteReadOnlyDatabaseException(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
-
SQLiteReadOnlyDatabaseException
public SQLiteReadOnlyDatabaseException()
-
SQLiteReadOnlyDatabaseException
public SQLiteReadOnlyDatabaseException(String error)
-
-