Uses of Class
dev.fernando.user_authentication_api.exception.UserAlreadyExistException
Packages that use UserAlreadyExistException
-
Uses of UserAlreadyExistException in dev.fernando.user_authentication_api.exception
Methods in dev.fernando.user_authentication_api.exception with parameters of type UserAlreadyExistExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<MessageHandler> RestExceptionHandler.handleUserAlreadyExist
(UserAlreadyExistException ex) Handles UserAlreadyExistException and returns a 422 UNPROCESSABLE ENTITY response.