Package org.nekosoft.pdffer.exception
Class MailMessageException
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.MailMessageException
- All Implemented Interfaces:
Serializable
An exception raised when the mailer was not able to compose an email message.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionMailMessageException(javax.mail.MessagingException 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
-
MailMessageException
public MailMessageException(javax.mail.MessagingException cause)Creates a new instance.- Parameters:
cause
- the reason why the email message could not be composed
-