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, getMessageKey
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.