Class AcmeRetryAfterException

All Implemented Interfaces:
Serializable

A server side process has not been completed yet. The server also provides an estimate of when the process is expected to complete.

Note: Prefer to use AcmeJsonResource.fetch(). Invoking AcmeJsonResource.update() and catching this exception is unnecessary complicated and a legacy from acme4j v2 which will disappear in a future release.

See Also:
  • Constructor Details

  • Method Details

    • getRetryAfter

      Returns the retry-after instant returned by the server. This is only an estimate of when a retry attempt might succeed.