java.lang.Object
java.lang.Throwable
java.lang.Exception
org.shredzone.acme4j.exception.AcmeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AcmeNetworkException,AcmeRetryAfterException,AcmeServerException
A generic ACME exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates 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-Throwablethat caused this exception
-