Added in API level 1

SQLException

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

An exception that indicates there was an error with SQL parsing or execution.

Summary

Public constructors

SQLException(error: String!, cause: Throwable!)

Public constructors

SQLException

Added in API level 1
SQLException()

SQLException

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

SQLException

Added in API level 1
SQLException(
    error: String!,
    cause: Throwable!)