FileDocCategorySizeDatePackage
SQLiteConstraintException.javaAPI DocAndroid 1.5 API928Wed May 06 22:41:54 BST 2009android.database.sqlite

SQLiteConstraintException

public class SQLiteConstraintException extends SQLiteException
An exception that indicates that an integrity constraint was violated.

Fields Summary
Constructors Summary
public SQLiteConstraintException()

public SQLiteConstraintException(String error)

        super(error);
    
Methods Summary