UncategorizedDatabaseException
class UncategorizedDatabaseException(val details: String, sqlState: String? = null, serverErrorMessage: ServerErrorMessage? = null) : OctaviusException
Exception thrown for generic or unknown database errors that cannot be mapped to a specific OctaviusException subclass.
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(details: String, sqlState: String? = null, serverErrorMessage: ServerErrorMessage? = null)