Class EmailException

java.lang.Object
java.lang.Throwable
java.lang.Exception
overit.geocall.mail.EmailException
All Implemented Interfaces:
Serializable

public class EmailException extends Exception
Class that handles the error that may occurs while sending an email
See Also:
  • Constructor Details

    • EmailException

      public EmailException()
      Creates a new instance of EmailException
    • EmailException

      public EmailException(String error)
      Constructor for EmailException
      Parameters:
      error - String containing the error
    • EmailException

      public EmailException(Exception cause)
      Constructor for EmailException
      Parameters:
      cause - Exception containing the cause