Uses of Class
com.fiap.tech_challenge.parte1.ms_users.exceptions.InvalidPasswordException
Packages that use InvalidPasswordException
-
Uses of InvalidPasswordException in com.fiap.tech_challenge.parte1.ms_users.exceptions
Methods in com.fiap.tech_challenge.parte1.ms_users.exceptions with parameters of type InvalidPasswordExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
GlobalExceptionHandler.handleInvalidPasswordException
(InvalidPasswordException ex, jakarta.servlet.http.HttpServletRequest request) Handles exceptions when a password is invalid according to business rules.