Class FeignClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
feign.FeignException
feign.RetryableException
org.qubership.atp.auth.springbootstarter.feign.exception.FeignClientException
All Implemented Interfaces:
Serializable

public class FeignClientException extends feign.RetryableException
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class feign.FeignException

    feign.FeignException.BadGateway, feign.FeignException.BadRequest, feign.FeignException.Conflict, feign.FeignException.FeignClientException, feign.FeignException.FeignServerException, feign.FeignException.Forbidden, feign.FeignException.GatewayTimeout, feign.FeignException.Gone, feign.FeignException.InternalServerError, feign.FeignException.MethodNotAllowed, feign.FeignException.NotAcceptable, feign.FeignException.NotFound, feign.FeignException.NotImplemented, feign.FeignException.ServiceUnavailable, feign.FeignException.TooManyRequests, feign.FeignException.Unauthorized, feign.FeignException.UnprocessableEntity, feign.FeignException.UnsupportedMediaType
  • Constructor Summary

    Constructors
    Constructor
    Description
    FeignClientException(Integer status, String errorMessage, feign.Request.HttpMethod httpMethod, Map<String,Collection<String>> headers, feign.Request request)
    Constructor for FeignException.FeignClientException.
  • Method Summary

    Methods inherited from class feign.RetryableException

    method, retryAfter

    Methods inherited from class feign.FeignException

    content, contentUTF8, errorStatus, hasRequest, request, responseBody, responseHeaders, status

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FeignClientException

      public FeignClientException(Integer status, String errorMessage, feign.Request.HttpMethod httpMethod, Map<String,Collection<String>> headers, feign.Request request)
      Constructor for FeignException.FeignClientException.
      Parameters:
      status - Http Status code
      errorMessage - Error message
      httpMethod - Http Method
      headers - Http headers map
      request - Http Request.