Uses of Class
ubic.gemma.rest.providers.AbstractExceptionMapper
-
Packages that use AbstractExceptionMapper Package Description ubic.gemma.rest.providers -
-
Uses of AbstractExceptionMapper in ubic.gemma.rest.providers
Subclasses of AbstractExceptionMapper in ubic.gemma.rest.providers Modifier and Type Class Description class
AccessDeniedExceptionMapper
Map Spring Security'sAccessDeniedException
to a 403 Forbidden response.class
AuthenticationExceptionMapper
Handles Spring SecurityAuthenticationException
by producing a 403 Forbidden response.class
EntityNotFoundExceptionMapper
Deprecated.Phenocarta is scheduled for removalclass
MalformedArgExceptionMapper
class
NotFoundExceptionMapper
This mapper ensures that raisedNotFoundException
throughout the API contain well-formedResponseErrorObject
entity.class
UnhandledExceptionMapper
Render unhandled exceptions.class
WebApplicationExceptionMapper
MapWebApplicationException
so that it always expose aResponseErrorObject
entity.
-