Class MailException

    • Constructor Detail

      • MailException

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

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