Uses of Class
vaultWeb.exceptions.PollOptionNotFoundException
Packages that use PollOptionNotFoundException
-
Uses of PollOptionNotFoundException in vaultWeb.exceptions
Methods in vaultWeb.exceptions with parameters of type PollOptionNotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> GlobalExceptionHandler.handlePollOptionNotFound(PollOptionNotFoundException ex) Handles PollOptionNotFoundException and returns 404 Not Found.