public class

MailException

extends ServiceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.mail.MailException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

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.

Summary

Public Constructors
MailException(KeyedMessage message)
MailException(KeyedMessage message, Throwable cause)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MailException (KeyedMessage message)

public MailException (KeyedMessage message, Throwable cause)