Package uk.gov.gchq.gaffer.rest.mapper
Exception mappers for the Gaffer REST API. These are responsible for catching
thrown exceptions and turning them into intelligible error messages which can
be presented to users.
-
Class Summary Class Description GafferCheckedExceptionMapper JerseyExceptionMapper
to be used to handleGafferCheckedException
s.GafferExceptionMapper GafferRuntimeExceptionMapper JerseyExceptionMapper
to be used to handleGafferRuntimeException
s.GenericExceptionMapper JerseyExceptionMapper
to be used when no specific exception mapper instance exists.ProcessingExceptionMapper JerseyExceptionMapper
used to handle internalProcessingException
s thrown by the Jersey framework.UnauthorisedExceptionMapper JerseyExceptionMapper
to be used to handleUnauthorisedException
s.WebApplicationExceptionMapper JerseyExceptionMapper
used to handle internalWebApplicationException
s thrown by the Jersey framework.