InitializationException

class InitializationException(val messageEnum: InitializationExceptionMessage, val details: String? = null, cause: Throwable? = null, queryContext: QueryContext? = null) : FatalDatabaseException

Exception thrown during the initialization phase of Octavius Database.

This exception indicates a fatal configuration or infrastructure error that prevents the database system from starting (e.g., connection pool failure, missing database types, or migration errors).

Constructors

Link copied to clipboard
constructor(messageEnum: InitializationExceptionMessage, details: String? = null, cause: Throwable? = null, queryContext: QueryContext? = null)

Properties

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

Functions

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

Subclasses can provide additional technical details here.

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

Enriches the exception with a full query context.

Link copied to clipboard

Enriches the exception with the transaction step index.