java.lang.Object
java.lang.Throwable
java.lang.Exception
org.shredzone.acme4j.exception.AcmeException
org.shredzone.acme4j.exception.AcmeServerException
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
AcmeRateLimitedException
,AcmeUnauthorizedException
,AcmeUserActionRequiredException
The ACME server returned an error. The exception contains a
Problem
document
containing the exact cause of the error.
For some special cases, subclasses of this exception are thrown, so they can be handled individually.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
AcmeServerException
Creates a newAcmeServerException
.- Parameter:
problem
-Problem
that caused the exception
-
-
Methodendetails
-
getType
Returns the error type. -
getProblem
Returns theProblem
that caused the exception
-