Added in API level 1

SQLiteFullException


open class SQLiteFullException : SQLiteException
kotlin.Any
   โ†ณ kotlin.Throwable
   โ†ณ java.lang.Exception
   โ†ณ java.lang.RuntimeException
   โ†ณ android.database.SQLException
   โ†ณ android.database.sqlite.SQLiteException
   โ†ณ android.database.sqlite.SQLiteFullException

An exception that indicates that the SQLite database is full.

Summary

Public constructors

Public constructors

SQLiteFullException

Added in API level 1
SQLiteFullException()

SQLiteFullException

Added in API level 1
SQLiteFullException(error: String!)