Uses of Class
jakarta.ws.rs.NotFoundException
-
Packages that use NotFoundException Package Description org.jboss.resteasy.client.exception org.jboss.resteasy.core org.jboss.resteasy.plugins.server.servlet -
-
Uses of NotFoundException in org.jboss.resteasy.client.exception
Subclasses of NotFoundException in org.jboss.resteasy.client.exception Modifier and Type Class Description classResteasyNotFoundExceptionWraps aNotFoundExceptionwith a sanitized response.Methods in org.jboss.resteasy.client.exception that return NotFoundException Modifier and Type Method Description NotFoundExceptionResteasyNotFoundException. unwrap() -
Uses of NotFoundException in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that throw NotFoundException Modifier and Type Method Description voidSynchronousDispatcher. invokePropagateNotFound(HttpRequest request, HttpResponse response)Propagate NotFoundException. -
Uses of NotFoundException in org.jboss.resteasy.plugins.server.servlet
Methods in org.jboss.resteasy.plugins.server.servlet that throw NotFoundException Modifier and Type Method Description voidServletContainerDispatcher. service(String httpMethod, HttpServletRequest request, HttpServletResponse response, boolean handleNotFound)
-