ExposedR2dbcException

class ExposedR2dbcException(cause: Throwable?, val contexts: List<StatementContext>, transaction: R2dbcTransaction) : R2dbcException

An exception that provides information about a database access error, within the contexts of the executed statements that caused the exception.

Constructors

Link copied to clipboard
constructor(cause: Throwable?, contexts: List<StatementContext>, transaction: R2dbcTransaction)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
@Nullable
@get:Nullable
val sql: String
Link copied to clipboard
@Nullable
@get:Nullable
val sqlState: String

Functions

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