Class AuthCodeProxyExceptionHandler


  • @RestControllerAdvice
    @Order(-2147483648)
    public class AuthCodeProxyExceptionHandler
    extends Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.http.ResponseEntity<io.mosip.kernel.core.http.ResponseWrapper<io.mosip.kernel.core.exception.ServiceError>> authRestException​(javax.servlet.http.HttpServletRequest httpServletRequest, AuthRestException exception)  
      org.springframework.http.ResponseEntity<io.mosip.kernel.core.http.ResponseWrapper<io.mosip.kernel.core.exception.ServiceError>> clientException​(javax.servlet.http.HttpServletRequest httpServletRequest, ClientException e)  
      org.springframework.http.ResponseEntity<io.mosip.kernel.core.http.ResponseWrapper<io.mosip.kernel.core.exception.ServiceError>> servieException​(javax.servlet.http.HttpServletRequest httpServletRequest, ServiceException e)  
      org.springframework.http.ResponseEntity<io.mosip.kernel.core.http.ResponseWrapper<io.mosip.kernel.core.exception.ServiceError>> servieException​(javax.servlet.http.HttpServletRequest httpServletRequest, org.springframework.security.authentication.AuthenticationServiceException e)