Class InvalidEmailException

All Implemented Interfaces:
Serializable

public class InvalidEmailException extends IllegalArgumentException
Exception thrown when an email is invalid.
See Also:
  • Constructor Details

    • InvalidEmailException

      public InvalidEmailException(String message)
      Constructor of InvalidEmailException.
      Parameters:
      message - The message of the exception.