Added in API level 1

SQLiteDatabaseCorruptException

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

An exception that indicates that the SQLite database file is corrupt.

Summary

Public constructors

Public constructors

SQLiteDatabaseCorruptException

Added in API level 1
SQLiteDatabaseCorruptException()

SQLiteDatabaseCorruptException

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