Uses of Class
org.example.util.exceptions.UserAlreadyExistsException
Packages that use UserAlreadyExistsException
-
Uses of UserAlreadyExistsException in org.example.dao
Methods in org.example.dao that throw UserAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidUserDAO.registerUser(String nickname, String password, String email) Registers a new user in the database.