Home
last modified time | relevance | path

Searched defs:NetworkException (Results 1 – 2 of 2) sorted by relevance

/external/cronet/android/java/src/android/net/http/
DNetworkException.java14 public abstract class NetworkException extends HttpException { class
75 public NetworkException(@Nullable String message, @Nullable Throwable cause) { in NetworkException() method in NetworkException
/external/cronet/components/cronet/android/api/src/org/chromium/net/
DNetworkException.java14 public abstract class NetworkException extends CronetException { class
74 protected NetworkException(String message, Throwable cause) { in NetworkException() method in NetworkException