Uses of Class
vaultWeb.exceptions.notfound.NotMemberException
Packages that use NotMemberException
-
Uses of NotMemberException in vaultWeb.exceptions
Methods in vaultWeb.exceptions with parameters of type NotMemberExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> GlobalExceptionHandler.handleNotMember(NotMemberException ex) Handles NotMemberException and returns 403 Forbidden.