java.lang.Object
java.lang.Throwable
java.lang.Exception
org.shredzone.acme4j.exception.AcmeException
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
AcmeNetworkException
,AcmeRetryAfterException
,AcmeServerException
The root class of all checked acme4j exceptions.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a genericAcmeException
.AcmeException
(String msg) Creates a genericAcmeException
.AcmeException
(String msg, Throwable cause) Creates a genericAcmeException
. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
AcmeException
public AcmeException()Creates a genericAcmeException
. -
AcmeException
Creates a genericAcmeException
.- Parameter:
msg
- Description
-
AcmeException
Creates a genericAcmeException
.- Parameter:
msg
- Descriptioncause
-Throwable
that caused this exception
-