| Class | Description |
|---|---|
| JacksonJsonMappingExceptionMapper |
Map
JsonParseException instances to a REST response representing an ErrorReport. |
| JacksonJsonParseExceptionMapper |
Map
JsonParseException instances to a REST response representing an ErrorReport. |
| JacksonUnrecognizedPropertyExceptionMapper |
Map
UnrecognizedProperty instances to a REST response representing an ErrorReport. |
| WuiExceptionMapper |
Map
WuiException instances to a REST response representing an ErrorReport. |
| Exception | Description |
|---|---|
| WuiBadRequestException |
A syntactically valid request could not be understood by the server.
|
| WuiException |
An exception which is mapped to an
ErrorReport to be returned as a REST response in case of an error. |
| WuiForbiddenException |
The client is forbidden to access a syntactically valid request.
|
| WuiInternalServerErrorException |
Due to an unexpected condition the request can not be fulfilled.
|
| WuiNotFoundException |
A resource not found.
|