Uses of Class
vaultWeb.exceptions.UnauthorizedException
Packages that use UnauthorizedException
-
Uses of UnauthorizedException in vaultWeb.exceptions
Methods in vaultWeb.exceptions with parameters of type UnauthorizedExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> GlobalExceptionHandler.handleUnauthorized(UnauthorizedException ex) Handles UnauthorizedException and returns 401 Unauthorized.