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