Uses of Class
uk.gov.gchq.gaffer.commonutil.exception.UnauthorisedException
-
Packages that use UnauthorisedException Package Description uk.gov.gchq.gaffer.core.exception Gaffer-specific exceptions classes and classes for error generation.uk.gov.gchq.gaffer.rest.mapper Exception mappers for the Gaffer REST API. -
-
Uses of UnauthorisedException in uk.gov.gchq.gaffer.core.exception
Methods in uk.gov.gchq.gaffer.core.exception with parameters of type UnauthorisedException Modifier and Type Method Description static ErrorErrorFactory. from(UnauthorisedException e)Create anErrorobject from anUnauthorisedException. -
Uses of UnauthorisedException in uk.gov.gchq.gaffer.rest.mapper
Methods in uk.gov.gchq.gaffer.rest.mapper with parameters of type UnauthorisedException Modifier and Type Method Description org.springframework.http.ResponseEntity<?>GafferExceptionMapper. handleUnauthorisedException(javax.servlet.http.HttpServletRequest request, UnauthorisedException e)javax.ws.rs.core.ResponseUnauthorisedExceptionMapper. toResponse(UnauthorisedException e)
-