java.lang.Object
java.lang.Throwable
java.lang.Exception
org.shredzone.acme4j.exception.AcmeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AcmeNetworkException
,AcmeRetryAfterException
,AcmeServerException
The root class of all checked acme4j exceptions.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a genericAcmeException
.AcmeException
(String msg) Creates a genericAcmeException
.AcmeException
(String msg, Throwable cause) Creates a genericAcmeException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AcmeException
public AcmeException()Creates a genericAcmeException
. -
AcmeException
Creates a genericAcmeException
.- Parameters:
msg
- Description
-
AcmeException
Creates a genericAcmeException
.- Parameters:
msg
- Descriptioncause
-Throwable
that caused this exception
-