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

public class UserAlreadyExistException extends RuntimeException
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 Details

    • UserAlreadyExistException

      public UserAlreadyExistException(User user)