SQLite3Exception

open class SQLite3Exception(message: String) : Exception

Exception of SQLite3Driver. Usually this class is directly returned in case of error within driver itself.

Inheritors

Constructors

Link copied to clipboard
constructor(message: String)

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String