Added in API level 1

SQLiteAbortException


public class SQLiteAbortException
extends SQLiteException

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


An exception that indicates that the SQLite program was aborted. This can happen either through a call to ABORT in a trigger, or as the result of using the ABORT conflict clause.

Summary

Public constructors

SQLiteAbortException()
SQLiteAbortException(String error)

Inherited methods

Public constructors

SQLiteAbortException

Added in API level 1
public SQLiteAbortException ()

SQLiteAbortException

Added in API level 1
public SQLiteAbortException (String error)

Parameters
error String