Package android.database.sqlite
Class SQLiteAbortException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.database.SQLException
-
- android.database.sqlite.SQLiteException
-
- android.database.sqlite.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 Summary
Constructors Constructor Description SQLiteAbortException()SQLiteAbortException(String error)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SQLiteAbortException
public SQLiteAbortException()
-
SQLiteAbortException
public SQLiteAbortException(String error)
-
-