java.lang.Object
java.lang.Throwable
java.lang.Exception
org.shredzone.acme4j.exception.AcmeException
org.shredzone.acme4j.exception.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:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAcmeRetryAfterException(String msg, Instant retryAfter) Veraltet.Creates a newAcmeRetryAfterException. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungVeraltet.Returns the retry-after instant returned by the server.Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
AcmeRetryAfterException
Veraltet.Creates a newAcmeRetryAfterException.- Parameter:
msg- Error detailsretryAfter- retry-after date returned by the server
-
-
Methodendetails
-
getRetryAfter
Veraltet.Returns the retry-after instant returned by the server. This is only an estimate of when a retry attempt might succeed.
-