Class MailException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MailAuthenticationException, MailQueueFullException, MailSendException, MailSizeExceededException, NoMailHostConfigurationException

public class MailException extends ServiceException
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.
See Also:
  • Constructor Details

    • MailException

      public MailException(@Nonnull KeyedMessage message)
    • MailException

      public MailException(@Nonnull KeyedMessage message, @Nullable Throwable cause)