HomeSort by relevance Sort by last modified time
    Searched defs:RouteException (Results 1 - 2 of 2) sorted by null

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RouteException.java 26 public final class RouteException extends Exception {
39 public RouteException(IOException cause) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 22 import com.squareup.okhttp.internal.http.RouteException;
136 List<ConnectionSpec> connectionSpecs, boolean connectionRetryEnabled) throws RouteException {
148 throw new RouteException(
170 throw new RouteException(e);
180 throws RouteException {
294 throws RouteException {
302 throw new RouteException(e);

Completed in 440 milliseconds