Class HttpClientPermissionErrorException

  • All Implemented Interfaces:
    Serializable

    public class HttpClientPermissionErrorException
    extends org.springframework.web.client.HttpClientErrorException
    Integration error exception with the Authorization Service.
    Author:
    Marcos Paulo dos Santos
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.springframework.web.client.HttpClientErrorException

        org.springframework.web.client.HttpClientErrorException.BadRequest, org.springframework.web.client.HttpClientErrorException.Conflict, org.springframework.web.client.HttpClientErrorException.Forbidden, org.springframework.web.client.HttpClientErrorException.Gone, org.springframework.web.client.HttpClientErrorException.MethodNotAllowed, org.springframework.web.client.HttpClientErrorException.NotAcceptable, org.springframework.web.client.HttpClientErrorException.NotFound, org.springframework.web.client.HttpClientErrorException.TooManyRequests, org.springframework.web.client.HttpClientErrorException.Unauthorized, org.springframework.web.client.HttpClientErrorException.UnprocessableEntity, org.springframework.web.client.HttpClientErrorException.UnsupportedMediaType
    • Constructor Detail

      • HttpClientPermissionErrorException

        public HttpClientPermissionErrorException​(org.springframework.http.HttpStatus statusCode)