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 |
ForbiddenException
|
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
|
class |
NotAcceptableException
|
class |
NotFoundException
|
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
|
class |
UnsupportedMediaTypeException
|
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.
|