OctaviusException
constructor(message: String, sqlState: String? = null, serverErrorMessage: ServerErrorMessage? = null, cause: Throwable? = null)
Parameters
message
The exception identifier, formatted as EXCEPTION_NAME[:REASON_ENUM] for programmatic filtering.
cause
The underlying exception that caused this failure, if any.