Module org.shredzone.acme4j
Package org.shredzone.acme4j.exception
Class AcmeUserActionRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.shredzone.acme4j.exception.AcmeException
org.shredzone.acme4j.exception.AcmeServerException
org.shredzone.acme4j.exception.AcmeUserActionRequiredException
- All Implemented Interfaces:
Serializable
An exception that is thrown when the user is required to take action as indicated.
Usually this exception is thrown when the terms of service have changed, and the CA requires an agreement to the new terms before proceeding.
- See Also:
-
Constructor Summary
ConstructorDescriptionAcmeUserActionRequiredException
(Problem problem, URI tosUri) Creates a newAcmeUserActionRequiredException
. -
Method Summary
Methods inherited from class org.shredzone.acme4j.exception.AcmeServerException
getProblem, getType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AcmeUserActionRequiredException
Creates a newAcmeUserActionRequiredException
.
-
-
Method Details