InitializationException

constructor(reason: InitializationExceptionReason, details: String? = null, cause: Throwable? = null, sqlState: String? = null, serverErrorMessage: ServerErrorMessage? = null)

Parameters

cause

The underlying exception that caused this failure, if any.

sqlState

The SQL state code returned by the database, if available.

serverErrorMessage

The original error message from the database server, if available.