SQLiteConstraintExceptionpublic class SQLiteConstraintException extends SQLiteException An exception that indicates that an integrity constraint was violated. |
Constructors Summary |
---|
public SQLiteConstraintException()
| public SQLiteConstraintException(String error)
super(error);
|
|