Package net.markenwerk.utils.mail.dkim
Class DkimAcceptanceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jakarta.mail.MessagingException
-
- net.markenwerk.utils.mail.dkim.DkimSigningException
-
- net.markenwerk.utils.mail.dkim.DkimAcceptanceException
-
- All Implemented Interfaces:
Serializable
public class DkimAcceptanceException extends DkimSigningException
ADkimSigningExceptionthat is used to indicate that an attempt to sign aDkimMessagefailed, because theDkimSignerconfiguration is incompatible with the values retrieved from the DNS.- Since:
- 1.0.0
- Author:
- Torsten Krause (tk at markenwerk dot net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DkimAcceptanceException(String message)Constructs aDkimAcceptanceExceptionwith the given message.DkimAcceptanceException(String message, Exception cause)Constructs aDkimAcceptanceExceptionwith the given message and cause.
-
Method Summary
-
Methods inherited from class jakarta.mail.MessagingException
getCause, getNextException, setNextException, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
DkimAcceptanceException
public DkimAcceptanceException(String message)
Constructs aDkimAcceptanceExceptionwith the given message.- Parameters:
message- The message.
-
-