Max Rpc Retry Exception
class MaxRpcRetryException(maxNumberOfRetries: Int, method: Method, cause: Throwable?) : RPCException
Thrown to indicate an RPC operation has been retried for the maxNumberOfRetries unsuccessfully.
Parameters
max Number Of Retries
the number of retries that had been performed.
cause
the cause of the last failed attempt.