Uses of Class
org.shredzone.acme4j.Problem
Package
Description
-
Uses of Problem in org.shredzone.acme4j
Modifier and TypeMethodDescriptionOrder.getError()
Returns aProblem
document if the order failed. -
Uses of Problem in org.shredzone.acme4j.challenge
-
Uses of Problem in org.shredzone.acme4j.exception
Modifier and TypeMethodDescriptionAcmeServerException.getProblem()
Returns theProblem
that caused the exceptionModifierConstructorDescriptionAcmeRateLimitedException
(Problem problem, Instant retryAfter, Collection<URL> documents) Creates a newAcmeRateLimitedException
.AcmeServerException
(Problem problem) Creates a newAcmeServerException
.AcmeUnauthorizedException
(Problem problem) Creates a newAcmeUnauthorizedException
.AcmeUserActionRequiredException
(Problem problem, URI tosUri) Creates a newAcmeUserActionRequiredException
. -
Uses of Problem in org.shredzone.acme4j.toolbox