Home
last modified time | relevance | path

Searched refs:NoRouteToHostException (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DNoRouteToHostExceptionTest.java20 import java.net.NoRouteToHostException;
30 throw new NoRouteToHostException(); in test_Constructor()
33 } catch (NoRouteToHostException e) { in test_Constructor()
45 throw new NoRouteToHostException("test"); in test_ConstructorLjava_lang_String()
48 } catch (NoRouteToHostException e) { in test_ConstructorLjava_lang_String()
/libcore/ojluni/src/main/java/java/net/
DNoRouteToHostException.java36 public class NoRouteToHostException extends SocketException { class
46 public NoRouteToHostException(String msg) { in NoRouteToHostException() method in NoRouteToHostException
53 public NoRouteToHostException() {} in NoRouteToHostException() method in NoRouteToHostException
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java37 import java.net.NoRouteToHostException;
133 throw new NoRouteToHostException("Host unreachable"); in connect()
136 throw new NoRouteToHostException("Address not available"); in connect()
/libcore/
Dopenjdk_java_files.mk296 ojluni/src/main/java/java/net/NoRouteToHostException.java \