Class MailException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MailAuthenticationException, MailParseException, MailPreparationException, MailSendException

public abstract class MailException extends NestedRuntimeException
Base class for all mail exceptions.
Author:
Dmitriy Kopylenko
See Also:
  • Constructor Details

    • MailException

      public MailException(String msg)
      Constructor for MailException.
      Parameters:
      msg - the detail message
    • MailException

      public MailException(@Nullable String msg, @Nullable Throwable cause)
      Constructor for MailException.
      Parameters:
      msg - the detail message
      cause - the root cause from the mail API in use