ExecutionAbortedException
class ExecutionAbortedException(val reason: ExecutionAbortedExceptionReason, sqlState: String, serverErrorMessage: ServerErrorMessage) : OctaviusException
Exception thrown when a query execution is aborted by the database engine (e.g. due to a statement timeout or manual cancel request).
Parameters
sqlState
The SQL state code returned by the database.
serverErrorMessage
The original error message from the database server.
Constructors
Link copied to clipboard
constructor(reason: ExecutionAbortedExceptionReason, sqlState: String, serverErrorMessage: ServerErrorMessage)