Uses of Class
org.jboss.resteasy.spi.Failure
Packages that use Failure
Package
Description
JAX-RS specification 1.1 (
})
had no interceptor framework, so Resteasy release 2.x provided one.
invalid @link
{@link <a href="https://jcp.org/en/jsr/detail?id=311">https://jcp.org/en/jsr/detail?id=311</a>
-
Uses of Failure in org.jboss.resteasy.core
Subclasses of Failure in org.jboss.resteasy.coreMethods in org.jboss.resteasy.core with parameters of type FailureModifier and TypeMethodDescriptionprotected javax.ws.rs.core.Response
ExceptionHandler.handleFailure
(HttpRequest request, Failure failure) Methods in org.jboss.resteasy.core that throw FailureModifier and TypeMethodDescriptionConstructorInjectorImpl.construct
(HttpRequest request, HttpResponse httpResponse) SynchronousDispatcher.getInvoker
(HttpRequest request) void
PropertyInjectorImpl.inject
(HttpRequest request, HttpResponse response, Object target) void
ResourcePropertyInjector.inject
(HttpRequest request, HttpResponse response, Object target) MethodInjectorImpl.invoke
(HttpRequest request, HttpResponse httpResponse, Object resource) -
Uses of Failure in org.jboss.resteasy.plugins.providers.jaxb
Subclasses of Failure in org.jboss.resteasy.plugins.providers.jaxb -
Uses of Failure in org.jboss.resteasy.spi
Subclasses of Failure in org.jboss.resteasy.spiModifier and TypeClassDescriptionclass
Thrown by RESTEasy when HTTP Bad Request (400) is encounteredclass
This exception is thrown when the client invokes HTTP OPTIONS operation and the JAX-RS resource does not have a Java method that supports OPTIONS.class
Deprecated.Replaced by javax.ws.rs.ForbiddenException in jaxrs-api module.class
Thrown by RESTEasy when HTTP Internal Service Error (500) is encounteredclass
This exception should only be used by Resteasy integrators.class
Deprecated.Replaced by javax.ws.rs.NotAllowedException in jaxrs-api module.class
Deprecated.Replaced by javax.ws.rs.NotAcceptableException in jaxrs-api module.class
Deprecated.Replaced by javax.ws.rs.NotFoundException in jaxrs-api module.class
Any exception thrown by a MessageBodyReader chain that is not an instance of a ReaderException is caught internally by the Resteasy runtime and wrapped with an instance of ReaderException.class
Deprecated.Replaced by javax.ws.rs.NotAuthorizedException in jaxrs-api module.class
Deprecated.Replaced by javax.ws.rs.NotSupportedException in jaxrs-api module.class
Any exception thrown by a MessageBodyWriter chain that is not an instance of a WriterException is caught internally by the Resteasy runtime and wrapped with an instance of WriterException.Methods in org.jboss.resteasy.spi that throw FailureModifier and TypeMethodDescriptionConstructorInjector.construct
(HttpRequest request, HttpResponse response) construct inside the scope of an HTTP request.void
PropertyInjector.inject
(HttpRequest request, HttpResponse response, Object target) Inject values into annotated properties (fields/setter methods) of the target object.Object[]
ConstructorInjector.injectableArguments
(HttpRequest request, HttpResponse response) Create an argument list inside the scope of an HTTP request.Object[]
MethodInjector.injectArguments
(HttpRequest request, HttpResponse response) Create the arguments that would be used to invoke the method in the context of an HTTP request.MethodInjector.invoke
(HttpRequest request, HttpResponse response, Object target) Invoke on a method in the context of an HTTP request. -
Uses of Failure in org.jboss.resteasy.spi.interception
Methods in org.jboss.resteasy.spi.interception that throw FailureModifier and TypeMethodDescriptionPreProcessInterceptor.preProcess
(HttpRequest request, ResourceMethodInvoker method) Deprecated.Preprocess resource method invocation