Uses of Class
org.eclipse.rdf4j.http.server.HTTPException
Packages that use HTTPException
-
Uses of HTTPException in org.eclipse.rdf4j.http.server
Subclasses of HTTPException in org.eclipse.rdf4j.http.serverModifier and TypeClassDescriptionclassHTTP-related exception indicating that an HTTP client has erred.classHTTP-related exception indicating that an error occurred in a server. -
Uses of HTTPException in org.eclipse.rdf4j.http.server.repository.handler
Methods in org.eclipse.rdf4j.http.server.repository.handler that throw HTTPExceptionModifier and TypeMethodDescriptionprotected abstract QueryAbstractQueryRequestHandler.getQuery(jakarta.servlet.http.HttpServletRequest request, RepositoryConnection repositoryCon, String queryString) protected QueryDefaultQueryRequestHandler.getQuery(jakarta.servlet.http.HttpServletRequest request, RepositoryConnection repositoryCon, String queryString) protected abstract StringAbstractQueryRequestHandler.getQueryString(jakarta.servlet.http.HttpServletRequest request, org.springframework.web.bind.annotation.RequestMethod requestMethod) protected StringDefaultQueryRequestHandler.getQueryString(jakarta.servlet.http.HttpServletRequest request, org.springframework.web.bind.annotation.RequestMethod requestMethod) org.springframework.web.servlet.ModelAndViewDefaultRepositoryRequestHandler.handleCreateOrUpdateRepositoryRequest(jakarta.servlet.http.HttpServletRequest request) org.springframework.web.servlet.ModelAndViewDefaultRepositoryRequestHandler.handleDeleteRepositoryRequest(jakarta.servlet.http.HttpServletRequest request) org.springframework.web.servlet.ModelAndViewAbstractQueryRequestHandler.handleQueryRequest(jakarta.servlet.http.HttpServletRequest request, org.springframework.web.bind.annotation.RequestMethod requestMethod, jakarta.servlet.http.HttpServletResponse response)