Class UserNameTakenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.navjotsrakhra.eventmanager.exception.UserNameTakenException
All Implemented Interfaces:
Serializable

public class UserNameTakenException extends Exception
The UserNameTakenException is an exception class used to indicate that a username is already taken during user registration.
See Also:
  • Constructor Details

    • UserNameTakenException

      public UserNameTakenException()
      Constructs a new UserNameTakenException with a default message indicating that the username is already taken.