java.lang.Object
java.lang.Throwable
java.lang.Exception
org.shredzone.acme4j.exception.AcmeException
org.shredzone.acme4j.exception.AcmeServerException
org.shredzone.acme4j.exception.AcmeUnauthorizedException
- Alle implementierten Schnittstellen:
Serializable
The client is not authorized to perform the operation. The
Problem document
will give further details (e.g. "client IP is blocked").- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAcmeUnauthorizedException(Problem problem) Creates a newAcmeUnauthorizedException. -
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, toString
-
Konstruktordetails
-
AcmeUnauthorizedException
Creates a newAcmeUnauthorizedException.- Parameter:
problem-Problemthat caused the exception
-