DatabaseSystemException
class DatabaseSystemException(val details: String, sqlState: String, serverErrorMessage: ServerErrorMessage) : OctaviusException
Exception thrown when a generic database system error occurs.
This typically represents internal server errors, disk full errors, out of memory errors, or other administrative failures originating from the database engine itself rather than from user query mistakes.
Parameters
sqlState
The SQL state code returned by the database.
serverErrorMessage
The original error message from the database server.