RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

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

Packages that use LoggableFailure
org.jboss.resteasy.core   
org.jboss.resteasy.spi   
 

Uses of LoggableFailure in org.jboss.resteasy.core
 

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

Uses of LoggableFailure in org.jboss.resteasy.spi
 

Subclasses of LoggableFailure in org.jboss.resteasy.spi
 class BadRequestException
          Thrown by RESTEasy when HTTP Bad Request (400) is encountered
 class InternalServerErrorException
          Thrown by RESTEasy when HTTP Internal Service Error (500) is encountered
 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 ReaderException
          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 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
          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.
 


RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.