corda / net.corda.client.rpc / MaxRpcRetryException

MaxRpcRetryException

class MaxRpcRetryException : RPCException

Thrown to indicate an RPC operation has been retried for the maxNumberOfRetries unsuccessfully.

Parameters

maxNumberOfRetries - the number of retries that had been performed.

cause - the cause of the last failed attempt.

Constructors

<init>

Thrown to indicate an RPC operation has been retried for the maxNumberOfRetries unsuccessfully.

MaxRpcRetryException(maxNumberOfRetries: Int, method: Method, cause: Throwable?)