Class AcmeRateLimitedException

All Implemented Interfaces:
Serializable

An exception that is thrown when a rate limit was exceeded.
See Also:
  • Constructor Details

  • Method Details

    • getRetryAfter

      @Nullable public Instant getRetryAfter()
      Returns the moment the request is expected to succeed again. null if this moment is not known.
    • getDocuments

      @Nullable public Collection<URL> getDocuments()
      Collection of URLs pointing to documents about the rate limit that was hit. null if the server did not provide such URLs.