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

SQLiteAbortException

public class SQLiteAbortException extends SQLiteException
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.

Fields Summary
Constructors Summary
public SQLiteAbortException()

public SQLiteAbortException(String error)

        super(error);
    
Methods Summary