java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.shredzone.acme4j.exception.AcmeProtocolException
- All Implemented Interfaces:
Serializable
This runtime exception is thrown on ACME protocol errors that should not occur. For
example, this exception is thrown when a server response could not be parsed.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a newAcmeProtocolException
.AcmeProtocolException
(String msg, Throwable cause) Creates a newAcmeProtocolException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AcmeProtocolException
Creates a newAcmeProtocolException
.- Parameters:
msg
- Reason of the exception
-
AcmeProtocolException
Creates a newAcmeProtocolException
.- Parameters:
msg
- Reason of the exceptioncause
- Cause
-