Class DuplicateEmailException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ericbouchut.learndev.auth.exception.DuplicateEmailException
All Implemented Interfaces:
Serializable

public class DuplicateEmailException extends RuntimeException
Thrown when registration is attempted with an email that is already registered.
See Also:
  • Constructor Details

    • DuplicateEmailException

      public DuplicateEmailException(String email)