NetworkException
constructor(reason: NetworkExceptionReason, details: String? = null, cause: Throwable? = null, sqlState: String? = "08006", 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.