public class MailSizeExceededException extends MailException
MailException.| Constructor and Description |
|---|
MailSizeExceededException(KeyedMessage message,
int size,
int maxSize)
Constructs a new
MailSizeExceededException. |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxSize() |
int |
getSize() |
getKeyedMessage, getLocalizedMessage, getMessageKeyaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MailSizeExceededException(@Nonnull KeyedMessage message, int size, int maxSize)
MailSizeExceededException.message - the error messagesize - the mail message's sizemaxSize - the configured size limitCopyright © 2019 Atlassian. All rights reserved.