Searched refs:SQLiteAbortException (Results 1 – 5 of 5) sorted by relevance
24 public class SQLiteAbortException extends SQLiteException { class25 public SQLiteAbortException() {} in SQLiteAbortException() method in SQLiteAbortException27 public SQLiteAbortException(String error) { in SQLiteAbortException() method in SQLiteAbortException
22 import android.database.sqlite.SQLiteAbortException;92 } else if (e instanceof SQLiteAbortException) { in writeExceptionToParcel()169 throw new SQLiteAbortException(msg); in readExceptionFromParcel()
9735 public class SQLiteAbortException extends android.database.sqlite.SQLiteException {9736 ctor public SQLiteAbortException();9737 ctor public SQLiteAbortException(java.lang.String);
9793 Landroid/database/sqlite/SQLiteAbortException;9794 Landroid/database/sqlite/SQLiteAbortException;-><init>()V9795 Landroid/database/sqlite/SQLiteAbortException;-><init>(Ljava/lang/String;)V
12402 public class SQLiteAbortException extends android.database.sqlite.SQLiteException {12403 ctor public SQLiteAbortException();12404 ctor public SQLiteAbortException(java.lang.String);