Searched refs:SQLiteAbortException (Results 1 – 9 of 9) 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
26 import android.database.sqlite.SQLiteAbortException;112 } else if (e instanceof SQLiteAbortException) { in writeExceptionToParcel()189 throw new SQLiteAbortException(msg); in readExceptionFromParcel()
2075 android.database.sqlite.SQLiteAbortException
24455 Landroid/database/sqlite/SQLiteAbortException;
2079 android.database.sqlite.SQLiteAbortException
34589 Landroid/database/sqlite/SQLiteAbortException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9735 public class SQLiteAbortException extends android.database.sqlite.SQLiteException {9736 ctor public SQLiteAbortException();9737 ctor public SQLiteAbortException(java.lang.String);
14678 public class SQLiteAbortException extends android.database.sqlite.SQLiteException {14679 ctor public SQLiteAbortException();14680 ctor public SQLiteAbortException(String);