Searched refs:SQLiteConstraintException (Results 1 – 6 of 6) sorted by relevance
22 public class SQLiteConstraintException extends SQLiteException { class23 public SQLiteConstraintException() {} in SQLiteConstraintException() method in SQLiteConstraintException25 public SQLiteConstraintException(String error) { in SQLiteConstraintException() method in SQLiteConstraintException
21 import android.database.sqlite.SQLiteConstraintException;306 } catch (SQLiteConstraintException e) { in testStatementConstraint()
23 import android.database.sqlite.SQLiteConstraintException;94 } else if (e instanceof SQLiteConstraintException) { in writeExceptionToParcel()171 throw new SQLiteConstraintException(msg); in readExceptionFromParcel()
2471 http://developer.android.com/reference/android/database/sqlite/SQLiteConstraintException.html
10316 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {10317 ctor public SQLiteConstraintException();10318 ctor public SQLiteConstraintException(java.lang.String);
10653 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {10654 ctor public SQLiteConstraintException();10655 ctor public SQLiteConstraintException(java.lang.String);