Uses of Class
org.shredzone.acme4j.Problem
Packages that use Problem
Package
Description
-
Uses of Problem in org.shredzone.acme4j
Methods in org.shredzone.acme4j that return ProblemModifier and TypeMethodDescriptionOrder.getError()
Returns aProblem
document if the order failed.Methods in org.shredzone.acme4j that return types with arguments of type Problem -
Uses of Problem in org.shredzone.acme4j.challenge
Methods in org.shredzone.acme4j.challenge that return Problem -
Uses of Problem in org.shredzone.acme4j.exception
Methods in org.shredzone.acme4j.exception that return ProblemModifier and TypeMethodDescriptionAcmeServerException.getProblem()
Returns theProblem
that caused the exceptionConstructors in org.shredzone.acme4j.exception with parameters of type ProblemModifierConstructorDescriptionAcmeRateLimitedException
(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
Methods in org.shredzone.acme4j.toolbox that return Problem