java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.shredzone.acme4j.exception.AcmeProtocolException
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
AcmeNotSupportedException
A runtime exception that is thrown when the response of the server is violating the
RFC, and could not be handled or parsed for that reason. It is an indicator that the CA
does not fully comply with the RFC, and is usually not expected to be thrown.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a newAcmeProtocolException
.AcmeProtocolException
(String msg, Throwable cause) Creates a newAcmeProtocolException
. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
AcmeProtocolException
Creates a newAcmeProtocolException
.- Parameter:
msg
- Reason of the exception
-
AcmeProtocolException
Creates a newAcmeProtocolException
.- Parameter:
msg
- Reason of the exceptioncause
- Cause
-