Package passport.domain.exceptions
Class EmailAlreadyExists
java.lang.Object
java.lang.Throwable
java.lang.Exception
passport.domain.exceptions.EmailAlreadyExists
- All Implemented Interfaces:
Serializable
Exception thrown when attempting to register an email that already exists in
the system.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new EmailAlreadyExists exception with no detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmailAlreadyExists
public EmailAlreadyExists()Constructs a new EmailAlreadyExists exception with no detail message.
-