Class RetryAfterIOException

    • Constructor Detail

      • RetryAfterIOException

        public RetryAfterIOException​(int retryAfter,
                                     IOException ioe)
      • RetryAfterIOException

        public RetryAfterIOException​(int retryAfter,
                                     String message,
                                     IOException ioe)
      • RetryAfterIOException

        public RetryAfterIOException​(int retryAfter,
                                     String message)
    • Method Detail

      • getRetryAfter

        public int getRetryAfter()