Class | Description |
---|---|
AbstractExceptionMapper<E extends Throwable> | |
AccessDeniedExceptionMapper |
Map Spring Security's
AccessDeniedException to a 403 Forbidden response. |
ApplicationEventListener |
Listen and dispatch
ApplicationEvent . |
AuthenticationExceptionMapper |
Handles Spring Security
AuthenticationException by producing a 403 Forbidden response. |
EntityNotFoundExceptionMapper |
Map
EntityNotFoundException to a response containing a JSON error object. |
GzipWriterInterceptor |
Compress certain JSON payloads with GZIP.
|
JsonMappingExceptionMapper |
Mapper that creates a well composed error body response out of a JsonMappingException.
|
MalformedArgExceptionMapper | |
NotFoundExceptionMapper |
This mapper ensures that raised
NotFoundException throughout the API contain well-formed ResponseErrorObject
entity. |
ObjectMapperResolver | |
RequestExceptionLogger |
Log request exceptions.
|
UnhandledExceptionMapper |
Render unhandled exceptions.
|
WebApplicationExceptionMapper |
Map
WebApplicationException so that it always expose a ResponseErrorObject entity. |
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.