Searched refs:NoRouteToHostException (Results 1 – 6 of 6) sorted by relevance
20 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()
36 public class NoRouteToHostException extends SocketException { class46 public NoRouteToHostException(String msg) { in NoRouteToHostException() method in NoRouteToHostException53 public NoRouteToHostException() {} in NoRouteToHostException() method in NoRouteToHostException
38 import java.net.NoRouteToHostException;182 throw new NoRouteToHostException("Host unreachable"); in connect()185 throw new NoRouteToHostException("Address not available"); in connect()
322 "ojluni/src/main/java/java/net/NoRouteToHostException.java",
357 …rc/main/java/java/net/NoRouteToHostException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classe…
5830 public class NoRouteToHostException extends java.net.SocketException {5831 ctor public NoRouteToHostException(String);5832 ctor public NoRouteToHostException();