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!)