Uses of Class
ubic.gemma.rest.providers.AbstractExceptionMapper
Packages that use AbstractExceptionMapper
-
Uses of AbstractExceptionMapper in ubic.gemma.rest.providers
Subclasses of AbstractExceptionMapper in ubic.gemma.rest.providersModifier and TypeClassDescriptionclass
Map Spring Security'sAccessDeniedException
to a 403 Forbidden response.class
Handles Spring SecurityAuthenticationException
by producing a 403 Forbidden response.class
class
This mapper ensures that raisedNotFoundException
throughout the API contain well-formedResponseErrorObject
entity.class
Render unhandled exceptions.class
MapWebApplicationException
so that it always expose aResponseErrorObject
entity.