Klasse AcmeInvalidMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.shredzone.acme4j.exception.AcmeException
org.shredzone.acme4j.smime.exception.AcmeInvalidMessageException
- Alle implementierten Schnittstellen:
Serializable
This exception is thrown when the challenge email message is invalid.
If this exception is thrown, the challenge message does not match the actual challenge or has other issues. It must be rejected.
Reasons may be (for example):
- Unexpected sender address
- Bad S/MIME signature
- Seit:
- 2.15
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a newAcmeInvalidMessageException
.AcmeInvalidMessageException
(String msg, Throwable cause) Creates a newAcmeInvalidMessageException
.AcmeInvalidMessageException
(String msg, List<org.bouncycastle.i18n.ErrorBundle> errors) Creates a newAcmeInvalidMessageException
. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
AcmeInvalidMessageException
Creates a newAcmeInvalidMessageException
.- Parameter:
msg
- Reason of the exception
-
AcmeInvalidMessageException
Creates a newAcmeInvalidMessageException
.- Parameter:
msg
- Reason of the exceptionerrors
- List ofErrorBundle
with further details- Seit:
- 2.16
-
AcmeInvalidMessageException
Creates a newAcmeInvalidMessageException
.- Parameter:
msg
- Reason of the exceptioncause
- Cause
-
-
Methodendetails
-
getErrors
Returns a list with further error details, if available. The list may be empty, but is nevernull
.- Seit:
- 2.16
-