Searched refs:SQLiteAbortException (Results 1 – 4 of 4) 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
24 import android.database.sqlite.SQLiteAbortException;97 } else if (e instanceof SQLiteAbortException) { in writeExceptionToParcel()174 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);
12849 public class SQLiteAbortException extends android.database.sqlite.SQLiteException {12850 ctor public SQLiteAbortException();12851 ctor public SQLiteAbortException(String);