Home
last modified time | relevance | path

Searched refs:NoRouteToHostException (Results 1 – 6 of 6) 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.java38 import java.net.NoRouteToHostException;
182 throw new NoRouteToHostException("Host unreachable"); in connect()
185 throw new NoRouteToHostException("Address not available"); in connect()
/libcore/
Dopenjdk_java_files.bp322 "ojluni/src/main/java/java/net/NoRouteToHostException.java",
DEXPECTED_UPSTREAM357 …rc/main/java/java/net/NoRouteToHostException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classe…
/libcore/api/
Dcurrent.txt5830 public class NoRouteToHostException extends java.net.SocketException {
5831 ctor public NoRouteToHostException(String);
5832 ctor public NoRouteToHostException();