Package | Description |
---|---|
org.jboss.resteasy.core | |
org.jboss.resteasy.plugins.providers.jaxb | |
org.jboss.resteasy.spi |
Modifier and Type | Class and Description |
---|---|
class |
NoMessageBodyWriterFoundFailure |
Modifier and Type | Class and Description |
---|---|
class |
JAXBMarshalException |
class |
JAXBUnmarshalException |
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.