docs/api/exposed-r2dbc/org.jetbrains.exposed.v1.r2dbc/-exposed-r2dbc-exception/index.html
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.
Members
Link copied to clipboard
constructor(cause: Throwable?, contexts: List<StatementContext>, transaction: R2dbcTransaction)
Link copied to clipboard
Link copied to clipboard
val contexts: List<StatementContext>
Link copied to clipboard
Link copied to clipboard
open override val message: String
Link copied to clipboard
@get:Nullable
Link copied to clipboard
@get:Nullable
Link copied to clipboard
fun causedByQueries(): List<String>
Link copied to clipboard
fun getSpecificErrorCode(): Int
Link copied to clipboard
fun getSQLState(): String
Link copied to clipboard
open override fun toString(): String
Generated by Dokka © 2026 Copyright