Uses of Class
org.springframework.data.rest.webmvc.ResourceNotFoundException
Packages that use ResourceNotFoundException
-
Uses of ResourceNotFoundException in org.springframework.data.rest.webmvc
Methods in org.springframework.data.rest.webmvc that throw ResourceNotFoundExceptionModifier and TypeMethodDescriptionvoid
RootResourceInformation.verifySupportedMethod
(HttpMethod httpMethod, ResourceType resourceType) Verifies that the givenHttpMethod
is supported for the givenResourceType
.