public class MaxRpcRetryException
Thrown to indicate an RPC operation has been retried for the maxNumberOfRetries unsuccessfully.
public MaxRpcRetryException(int maxNumberOfRetries,
@NotNull
java.lang.reflect.Method method,
@Nullable
java.lang.Throwable cause)
Thrown to indicate an RPC operation has been retried for the maxNumberOfRetries unsuccessfully.
maxNumberOfRetries - the number of retries that had been performed.cause - the cause of the last failed attempt.