Uses of Class
vaultWeb.exceptions.AlreadyVotedException
Packages that use AlreadyVotedException
-
Uses of AlreadyVotedException in vaultWeb.exceptions
Methods in vaultWeb.exceptions with parameters of type AlreadyVotedExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> GlobalExceptionHandler.handleAlreadyVoted(AlreadyVotedException ex) Handles AlreadyVotedException and returns 400 Bad Request.