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
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
SQLiteAbortException()
public
SQLiteAbortException(String error)