Uses of Class
org.jboss.resteasy.spi.ApplicationException
-
Packages that use ApplicationException Package Description org.jboss.resteasy.cdi org.jboss.resteasy.core org.jboss.resteasy.spi -
-
Uses of ApplicationException in org.jboss.resteasy.cdi
Methods in org.jboss.resteasy.cdi that throw ApplicationException Modifier and Type Method Description Object
CdiConstructorInjector. construct(HttpRequest request, HttpResponse response, boolean unwrapAsync)
CompletionStage<Void>
CdiPropertyInjector. inject(HttpRequest request, HttpResponse response, Object target, boolean unwrapAsync)
-
Uses of ApplicationException in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core with parameters of type ApplicationException Modifier and Type Method Description protected javax.ws.rs.core.Response
ExceptionHandler. handleApplicationException(HttpRequest request, ApplicationException e, RESTEasyTracingLogger logger)
Methods in org.jboss.resteasy.core that throw ApplicationException Modifier and Type Method Description Object
ConstructorInjectorImpl. construct(HttpRequest request, HttpResponse httpResponse, boolean unwrapAsync)
Object
MethodInjectorImpl. invoke(HttpRequest request, HttpResponse httpResponse, Object resource)
-
Uses of ApplicationException in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that throw ApplicationException Modifier and Type Method Description Object
ConstructorInjector. construct(HttpRequest request, HttpResponse response, boolean unwrapAsync)
Construct inside the scope of an HTTP request.CompletionStage<Void>
PropertyInjector. inject(HttpRequest request, HttpResponse response, Object target, boolean unwrapAsync)
Inject values into annotated properties (fields/setter methods) of the target object.Object
MethodInjector. invoke(HttpRequest request, HttpResponse response, Object target)
Invoke on a method in the context of an HTTP request.
-