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 SummaryConstructorsConstructorDescriptionCreates a genericAcmeException.AcmeException(String msg) Creates a genericAcmeException.AcmeException(String msg, Throwable cause) Creates a genericAcmeException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AcmeExceptionpublic AcmeException()Creates a genericAcmeException.
- 
AcmeExceptionCreates a genericAcmeException.- Parameters:
- msg- Description
 
- 
AcmeExceptionCreates a genericAcmeException.- Parameters:
- msg- Description
- cause-- Throwablethat caused this exception
 
 
-