Package com.atlassian.bitbucket.mail
Class MailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.mail.MailException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MailAuthenticationException
,MailQueueFullException
,MailSendException
,MailSizeExceededException
,NoMailHostConfigurationException
Base class for mail exceptions.
Instance of this exception will be logged to the mail log along with details of the mail message being sent.
It is at the discretion of the caller whether these should be logged elsewhere.
- See Also:
-
Constructor Summary
ConstructorDescriptionMailException
(KeyedMessage message) MailException
(KeyedMessage message, Throwable cause) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MailException
-
MailException
-