Searched refs:NoRouteToHostException (Results 1 – 4 of 4) 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
37 import java.net.NoRouteToHostException;133 throw new NoRouteToHostException("Host unreachable"); in connect()136 throw new NoRouteToHostException("Address not available"); in connect()
296 ojluni/src/main/java/java/net/NoRouteToHostException.java \