Class FeignClientException

    • Constructor Detail

      • FeignClientException

        public FeignClientException​(@Nullable
                                    feign.Request request,
                                    @Nullable
                                    Map<String,​? extends Collection<String>> headers,
                                    int status,
                                    @Nullable
                                    String message,
                                    @Nullable
                                    org.bremersee.exception.model.RestApiException restApiException)
        Default constructor.
        Parameters:
        request - the original request
        headers - the response headers
        status - the response status code
        message - the message of this FeignException.FeignClientException
        restApiException - the rest api exception