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 Error
ErrorFactory. from(UnauthorisedException e)
Create anError
object 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.Response
UnauthorisedExceptionMapper. toResponse(UnauthorisedException e)
-