Searched refs:SQLiteConstraintException (Results 1 – 8 of 8) 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()
1121 android.database.sqlite.SQLiteConstraintException
9770 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {9771 ctor public SQLiteConstraintException();9772 ctor public SQLiteConstraintException(java.lang.String);
10801 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {10802 ctor public SQLiteConstraintException();10803 ctor public SQLiteConstraintException(java.lang.String);
10814 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {10815 ctor public SQLiteConstraintException();10816 ctor public SQLiteConstraintException(java.lang.String);
11240 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {11241 ctor public SQLiteConstraintException();11242 ctor public SQLiteConstraintException(java.lang.String);