public class

MailSizeExceededException

extends MailException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.mail.MailException
             ↳ com.atlassian.bitbucket.mail.MailSizeExceededException

Class Overview

Indicates there was an attempt to send an email that exceeds the maximum email size limit. Regarding logging of instances of this exception, see MailException.

Summary

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

Public Constructors

public MailSizeExceededException (KeyedMessage message)