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