Class AcmeServerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AcmeRateLimitedException, AcmeUnauthorizedException, AcmeUserActionRequiredException

public class AcmeServerException extends AcmeException
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.

See Also: