Class UserAlreadyExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.fernando.user_authentication_api.exception.UserAlreadyExistException
- All Implemented Interfaces:
Serializable
Exception thrown when a user with the specified email already exists.
This exception is used to indicate that an attempt to create a new user
with an email that is already registered in the system has been made.
- Since:
- 1.0.0
- Author:
- Fernando Cruz Cavina
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserAlreadyExistException
-