Uses of Class
jakarta.ws.rs.NotFoundException
Packages that use NotFoundException
Package
Description
-
Uses of NotFoundException in org.jboss.resteasy.client.exception
Subclasses of NotFoundException in org.jboss.resteasy.client.exceptionMethods in org.jboss.resteasy.client.exception that return NotFoundException -
Uses of NotFoundException in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidSynchronousDispatcher.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 NotFoundExceptionModifier and TypeMethodDescriptionvoidServletContainerDispatcher.service(String httpMethod, HttpServletRequest request, HttpServletResponse response, boolean handleNotFound)