SQLiteAbortExceptionpublic 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. |
Constructors Summary |
---|
public SQLiteAbortException()
| public SQLiteAbortException(String error)
super(error);
|
|