Google is committed to advancing racial equity for Black communities. See how.
Added in API level 1

SQLiteDiskIOException

open class SQLiteDiskIOException : SQLiteException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ android.database.SQLException
   ↳ android.database.sqlite.SQLiteException
   ↳ android.database.sqlite.SQLiteDiskIOException

An exception that indicates that an IO error occured while accessing the SQLite database file.

Summary

Public constructors

<init>(error: String!)

Public constructors

<init>

Added in API level 1
SQLiteDiskIOException()

<init>

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