| Class | Description |
|---|---|
| ApplicationExceptionMapper |
Exception mapper for any exception thrown by RESTEasy when a handler did not catch an exception.
|
| BadRequestExceptionMapper |
Exception mapper for any exception thrown by RESTEasy when HTTP Bad Request (400) is encountered.
|
| ExceptionMapperUtils | |
| NotAcceptableExceptionMapper |
Exception mapper for any exception thrown by RESTEasy when HTTP Not Acceptable (406) is encountered.
|
| NotAllowedExceptionMapper |
Exception mapper for any exception thrown by RESTEasy when HTTP Method Not Allowed (405) is encountered.
|
| NotFoundExceptionMapper |
Exception mapper for any exception thrown by RESTEasy when HTTP Not Found (404) is encountered.
|
| NotSupportedExceptionMapper |
Exception mapper for any exception thrown by RESTEasy when HTTP Unsupported Media Type (415) is encountered.
|
| ReaderExceptionMapper |
Exception mapper for any exception thrown by a body reader chain.
|
Copyright © 2014–2015 Red Hat, Inc.. All rights reserved.