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 TypeMethodDescriptionvoidRootResourceInformation.verifySupportedMethod(HttpMethod httpMethod, org.springframework.data.rest.core.mapping.ResourceType resourceType) Verifies that the givenHttpMethodis supported for the givenResourceType.