Searched refs:SQLiteReadOnlyDatabaseException (Results 1 – 3 of 3) sorted by relevance
19 public class SQLiteReadOnlyDatabaseException extends SQLiteException { class20 public SQLiteReadOnlyDatabaseException() {} in SQLiteReadOnlyDatabaseException() method in SQLiteReadOnlyDatabaseException22 public SQLiteReadOnlyDatabaseException(String error) { in SQLiteReadOnlyDatabaseException() method in SQLiteReadOnlyDatabaseException
2481 http://developer.android.com/reference/android/database/sqlite/SQLiteReadOnlyDatabaseException.html
9931 public class SQLiteReadOnlyDatabaseException extends android.database.sqlite.SQLiteException {9932 ctor public SQLiteReadOnlyDatabaseException();9933 ctor public SQLiteReadOnlyDatabaseException(java.lang.String);