Class AcmeProtocolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.shredzone.acme4j.exception.AcmeProtocolException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AcmeNotSupportedException

A runtime exception that is thrown when the response of the server is violating the RFC, and could not be handled or parsed for that reason. It is an indicator that the CA does not fully comply with the RFC, and is usually not expected to be thrown.
See Also: