SQLException

Exception of SQL

Constructors

Link copied to clipboard
Link copied to clipboard
fun SQLException(message: String?)
Link copied to clipboard
fun SQLException(message: String?, cause: Throwable?)
Link copied to clipboard
fun SQLException(cause: Throwable?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?