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 |
Indicates there was an attempt to send a mail message that exceeds the configured size limit.
Regarding logging instances of this exception, see MailException
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
MailSizeExceededException . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructs a new MailSizeExceededException
.
message | the error message |
---|---|
size | the mail message's size |
maxSize | the configured size limit |