Package com.atlassian.crowd.manager.mail
Class MailSendException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.manager.mail.MailSendException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMailSendException(EmailMessage email) MailSendException(EmailMessage email, Throwable cause) MailSendException(Throwable cause) MailSendException(javax.mail.internet.InternetAddress email) Deprecated.MailSendException(javax.mail.internet.InternetAddress email, Throwable cause) Deprecated.since 3.7 useMailSendException(EmailMessage, Throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MailSendException
Deprecated.since 3.7 useMailSendException(EmailMessage) -
MailSendException
Deprecated.since 3.7 useMailSendException(EmailMessage, Throwable) -
MailSendException
-
MailSendException
-
MailSendException
-
MailSendException(EmailMessage)