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

Indicates that an IO error occurred while accessing the SQLite database file.

Summary

Public constructors

Public constructors

SQLiteDiskIOException

Added in API level 1
SQLiteDiskIOException()

SQLiteDiskIOException

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