Uses of Class
org.openspaces.rest.exceptions.ObjectNotFoundException
Packages that use ObjectNotFoundException
-
Uses of ObjectNotFoundException in org.openspaces.rest.space
Methods in org.openspaces.rest.space with parameters of type ObjectNotFoundExceptionModifier and TypeMethodDescriptionSpaceAPIController.resolveDocumentNotFoundException(ObjectNotFoundException e) ObjectNotFoundException Handler, returns an error response to the clientMethods in org.openspaces.rest.space that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionREST COUNT request handlerSpaceAPIController.deleteById(String type, String id) REST DELETE by id request handlerREST GET by ID request handlerSpaceAPIController.getByQuery(String type, String query, Integer size) REST GET by query request handler