|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoggableFailure | |
---|---|
org.jboss.resteasy.core | |
org.jboss.resteasy.plugins.providers.jaxb | |
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.plugins.providers.jaxb |
---|
Subclasses of LoggableFailure in org.jboss.resteasy.plugins.providers.jaxb | |
---|---|
class |
JAXBMarshalException
|
class |
JAXBUnmarshalException
|
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
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |