Added in API level 1

SQLiteConstraintException


public class SQLiteConstraintException
extends SQLiteException

java.lang.Object
   โ†ณ java.lang.Throwable
     โ†ณ java.lang.Exception
       โ†ณ java.lang.RuntimeException
         โ†ณ android.database.SQLException
           โ†ณ android.database.sqlite.SQLiteException
             โ†ณ android.database.sqlite.SQLiteConstraintException


An exception that indicates that an integrity constraint was violated.

Summary

Public constructors

SQLiteConstraintException()
SQLiteConstraintException(String error)

Inherited methods

Public constructors

SQLiteConstraintException

Added in API level 1
public SQLiteConstraintException ()

SQLiteConstraintException

Added in API level 1
public SQLiteConstraintException (String error)

Parameters
error String