java.lang.Object
java.lang.Throwable
java.lang.Exception
org.shredzone.acme4j.exception.AcmeException
org.shredzone.acme4j.exception.AcmeServerException
org.shredzone.acme4j.exception.AcmeUnauthorizedException
- All Implemented Interfaces:
Serializable
An exception that is thrown when the client is not authorized. The details will give
an explanation for the reasons (e.g. "client not on a whitelist").
- See Also:
-
Constructor Summary
ConstructorDescriptionAcmeUnauthorizedException
(Problem problem) Creates a newAcmeUnauthorizedException
. -
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
-
AcmeUnauthorizedException
Creates a newAcmeUnauthorizedException
.- Parameters:
problem
-Problem
that caused the exception
-