SqlException

actual typealias SqlException = SQLException(source)
expect class SqlException : Exception(source)
actual class SqlException(message: String? = null, cause: Throwable? = null) : Exception(source)
actual typealias SqlException = SQLException

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)

Properties

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

Functions

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