MCPcopy Index your code
hub / github.com/OpenFeign/feign / errorExecuting

Method errorExecuting

core/src/main/java/feign/FeignException.java:295–304  ·  view source on GitHub ↗
(Request request, IOException cause)

Source from the content-addressed store, hash-verified

293 }
294
295 static FeignException errorExecuting(Request request, IOException cause) {
296 final Long nonRetryable = null;
297 return new RetryableException(
298 -1,
299 format("%s executing %s %s", cause.getMessage(), request.httpMethod(), request.url()),
300 request.httpMethod(),
301 cause,
302 nonRetryable,
303 request);
304 }
305
306 public static class FeignClientException extends FeignException {
307 public FeignClientException(

Callers 4

executeAndDecodeMethod · 0.80
executeAndDecodeMethod · 0.80
executeAndDecodeMethod · 0.80

Calls 4

formatMethod · 0.80
httpMethodMethod · 0.80
urlMethod · 0.65
getMessageMethod · 0.45

Tested by 1