Modul org.shredzone.acme4j
Package org.shredzone.acme4j.exception
Klasse 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
- Alle implementierten Schnittstellen:
Serializable
The user is required to take manual 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.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAcmeUserActionRequiredException(Problem problem, URI tosUri) Creates a newAcmeUserActionRequiredException. -
Methodenübersicht
Von Klasse geerbte Methoden org.shredzone.acme4j.exception.AcmeServerException
getProblem, getTypeVon Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Konstruktordetails
-
AcmeUserActionRequiredException
Creates a newAcmeUserActionRequiredException.
-
-
Methodendetails