Uses of Class
com.fiap.tech_challenge.parte1.ms_users.exceptions.LoginAlreadyExistsException
Packages that use LoginAlreadyExistsException
-
Uses of LoginAlreadyExistsException in com.fiap.tech_challenge.parte1.ms_users.exceptions
Methods in com.fiap.tech_challenge.parte1.ms_users.exceptions with parameters of type LoginAlreadyExistsExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>GlobalExceptionHandler.handleLoginAlreadyExists(LoginAlreadyExistsException ex, jakarta.servlet.http.HttpServletRequest request) Handles exceptions when a login already exists in the system.