Class MaxRpcRetryException

  • All Implemented Interfaces:

    
    public final class MaxRpcRetryException
    extends RPCException
                        

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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaxRpcRetryException

        MaxRpcRetryException(Integer maxNumberOfRetries, Method method, Throwable cause)
        Parameters:
        maxNumberOfRetries - the number of retries that had been performed.
        cause - the cause of the last failed attempt.
    • Method Detail