Klasse AcmeRetryAfterException

Alle implementierten Schnittstellen:
Serializable

Veraltet.
Will be removed in a future version.
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.

Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getRetryAfter

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