Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for throwHttpStatusCodeException (0.25 sec)

  1. platforms/core-execution/build-cache-http/src/main/java/org/gradle/caching/http/internal/HttpBuildCacheService.java

                } else {
                    String defaultMessage = String.format("Loading entry from '%s' response status %d: %s", safeUri(uri), statusCode, statusLine.getReasonPhrase());
                    return throwHttpStatusCodeException(statusCode, defaultMessage);
                }
            } catch (IOException e) {
                throw wrap(e);
            }
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 14:13:12 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top