Class EmailException

All Implemented Interfaces:
Serializable

public class EmailException extends RuntimeException
Wraps exceptions being thrown while sending emails in a RuntimeException.
Since:
1.0.0
Author:
Sergio del Amo
See Also:
  • Constructor Details

    • EmailException

      public EmailException(Throwable e)
      Parameters:
      e - Exception thrown while sending email.
    • EmailException

      public EmailException(String message)
      Parameters:
      message - exception cause