Home
last modified time | relevance | path

Searched refs:SQLiteAbortException (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteAbortException.java24 public class SQLiteAbortException extends SQLiteException { class
25 public SQLiteAbortException() {} in SQLiteAbortException() method in SQLiteAbortException
27 public SQLiteAbortException(String error) { in SQLiteAbortException() method in SQLiteAbortException
/frameworks/base/core/java/android/database/
DDatabaseUtils.java24 import android.database.sqlite.SQLiteAbortException;
94 } else if (e instanceof SQLiteAbortException) { in writeExceptionToParcel()
171 throw new SQLiteAbortException(msg); in readExceptionFromParcel()
/frameworks/base/docs/html/
Dsitemap.txt2466 http://developer.android.com/reference/android/database/sqlite/SQLiteAbortException.html
/frameworks/base/api/
Dcurrent.txt8208 public class SQLiteAbortException extends android.database.sqlite.SQLiteException {
8209 ctor public SQLiteAbortException();
8210 ctor public SQLiteAbortException(java.lang.String);