Class SQLiteAbortException

  • All Implemented Interfaces:
    Serializable

    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • SQLiteAbortException

        public SQLiteAbortException()
      • SQLiteAbortException

        public SQLiteAbortException​(String error)