Package org.nekosoft.pdffer.exception
Class MailAddressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nekosoft.pdffer.exception.PdfferException
org.nekosoft.pdffer.exception.PdfferMailerException
org.nekosoft.pdffer.exception.MailAddressException
- All Implemented Interfaces:
Serializable
An exception raised when the mailer was not able to parse an email address.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionMailAddressException(javax.mail.internet.AddressException cause)
Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MailAddressException
public MailAddressException(javax.mail.internet.AddressException cause)Creates a new instance.- Parameters:
cause
- the reason why the email address could not be parsed
-