java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.shredzone.acme4j.exception.AcmeProtocolException
org.shredzone.acme4j.exception.AcmeNotSupportedException
- All Implemented Interfaces:
Serializable
A runtime exception that is thrown if the ACME server does not support a certain
feature. It might be either because that feature is optional, or because the server
is not fully RFC compliant.
- See Also:
-
Constructor Summary
ConstructorDescriptionAcmeNotSupportedException
(String feature) Creates a newAcmeNotSupportedException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AcmeNotSupportedException
Creates a newAcmeNotSupportedException
.- Parameters:
feature
- Feature that is not supported
-