Uses of Class
org.jboss.resteasy.spi.Failure

Packages that use Failure
org.jboss.resteasy.cdi   
org.jboss.resteasy.core   
org.jboss.resteasy.links.impl   
org.jboss.resteasy.plugins.cache.server   
org.jboss.resteasy.plugins.interceptors   
org.jboss.resteasy.plugins.providers.jaxb   
org.jboss.resteasy.security.doseta   
org.jboss.resteasy.spi   
org.jboss.resteasy.spi.interception   
 

Uses of Failure in org.jboss.resteasy.cdi
 

Methods in org.jboss.resteasy.cdi that throw Failure
 Object CdiConstructorInjector.construct(HttpRequest request, HttpResponse response)
           
 void CdiPropertyInjector.inject(HttpRequest request, HttpResponse response, Object target)
           
 Object[] CdiConstructorInjector.injectableArguments(HttpRequest request, HttpResponse response)
           
 

Uses of Failure in org.jboss.resteasy.core
 

Subclasses of Failure in org.jboss.resteasy.core
 class NoMessageBodyWriterFoundFailure
           
 

Methods in org.jboss.resteasy.core with parameters of type Failure
protected  void SynchronousDispatcher.handleFailure(HttpRequest request, HttpResponse response, Failure failure)
           
 

Methods in org.jboss.resteasy.core that throw Failure
 Object ConstructorInjectorImpl.construct(HttpRequest request, HttpResponse httpResponse)
           
 ResourceInvoker SynchronousDispatcher.getInvoker(HttpRequest request)
           
 void PropertyInjectorImpl.inject(HttpRequest request, HttpResponse response, Object target)
           
 Object MethodInjectorImpl.invoke(HttpRequest request, HttpResponse httpResponse, Object resource)
           
 

Uses of Failure in org.jboss.resteasy.links.impl
 

Subclasses of Failure in org.jboss.resteasy.links.impl
 class ServiceDiscoveryException
           
 

Uses of Failure in org.jboss.resteasy.plugins.cache.server
 

Methods in org.jboss.resteasy.plugins.cache.server that throw Failure
 ServerResponse ServerCacheHitInterceptor.preProcess(HttpRequest request, ResourceMethod method)
           
 

Uses of Failure in org.jboss.resteasy.plugins.interceptors
 

Methods in org.jboss.resteasy.plugins.interceptors that throw Failure
 ServerResponse SecurityInterceptor.preProcess(HttpRequest request, ResourceMethod method)
           
 

Uses of Failure in org.jboss.resteasy.plugins.providers.jaxb
 

Subclasses of Failure in org.jboss.resteasy.plugins.providers.jaxb
 class JAXBMarshalException
           
 class JAXBUnmarshalException
           
 

Uses of Failure in org.jboss.resteasy.security.doseta
 

Subclasses of Failure in org.jboss.resteasy.security.doseta
 class UnauthorizedSignatureException
          Thrown by RESTEasy when HTTP Unauthorized (401) is encountered
 

Uses of Failure in org.jboss.resteasy.spi
 

Subclasses of Failure in org.jboss.resteasy.spi
 class BadRequestException
          Thrown by RESTEasy when HTTP Bad Request (400) is encountered
 class DefaultOptionsMethodException
          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 InternalServerErrorException
          Thrown by RESTEasy when HTTP Internal Service Error (500) is encountered
 class LoggableFailure
          This exception should only be used by Resteasy integrators.
 class MethodNotAllowedException
          Thrown by RESTEasy when HTTP Method Not Allowed (405) is encountered
 class NotAcceptableException
          Thrown by RESTEasy when HTTP Not Acceptable (406) is encountered
 class NotFoundException
          Thrown by RESTEasy when HTTP Not Found (404) is encountered
 class ReaderException
          MessageBodyReader readFrom() exception

If you do not provide an error code or Response, on the server side it will default to 400 response code.

 class UnauthorizedException
          Thrown by RESTEasy when HTTP Unauthorized (401) is encountered
 class UnsupportedMediaTypeException
          Thrown by RESTEasy when HTTP Unsupported Media Type (415) is encountered
 class WriterException
          MessageBodyWriter writeTo() exception

If you do not provide an error code or Response, on the server side it will default to 500 response code.

 

Methods in org.jboss.resteasy.spi that throw Failure
 Object ConstructorInjector.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.
 Object 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 Failure
 ServerResponse PreProcessInterceptor.preProcess(HttpRequest request, ResourceMethod method)
          Preprocess resource method invocation
 



Copyright © 2011. All Rights Reserved.