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;94 } else if (e instanceof SQLiteAbortException) { in writeExceptionToParcel()171 throw new SQLiteAbortException(msg); in readExceptionFromParcel()
2466 http://developer.android.com/reference/android/database/sqlite/SQLiteAbortException.html
8208 public class SQLiteAbortException extends android.database.sqlite.SQLiteException {8209 ctor public SQLiteAbortException();8210 ctor public SQLiteAbortException(java.lang.String);