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