MaxRpcRetryException(maxNumberOfRetries: Int, method: Method, cause: Throwable?)
Thrown to indicate an RPC operation has been retried for the maxNumberOfRetries unsuccessfully.
maxNumberOfRetries - the number of retries that had been performed.
maxNumberOfRetries
cause - the cause of the last failed attempt.
cause