Searched defs:NoRouteToHostException (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/net/
H A DNoRouteToHostException.java21 * The {@code NoRouteToHostException} will be thrown while attempting to connect
25 public class NoRouteToHostException extends SocketException { class in inherits:SocketException
32 public NoRouteToHostException() { method in class:NoRouteToHostException
43 public NoRouteToHostException(String detailMessage) { method in class:NoRouteToHostException

Completed in 86 milliseconds