Back to Exposed

Package-level declarations

docs/api/exposed-core/org.jetbrains.exposed.v1.exceptions/index.html

1.2.02.5 KB
Original Source

Package-level declarations

Types

Types

DuplicateColumnException

Link copied to clipboard

class DuplicateColumnException(columnName: String, tableName: String) : ExceptionInInitializerError

DuplicateColumnException is thrown :

ExposedSQLException

Link copied to clipboard

class ExposedSQLException(cause: Throwable?, val contexts: List<StatementContext>, transaction: Transaction) : SQLException

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

LongQueryException

Link copied to clipboard

class LongQueryException : RuntimeException

LongQueryException is thrown:

UnsupportedByDialectException

Link copied to clipboard

class UnsupportedByDialectException(baseMessage: String, val dialect: DatabaseDialect) : UnsupportedOperationException

An exception that provides information about an operation that is not supported by the provided dialect.

Generated by Dokka © 2026 Copyright