NoRouteToHostException


NoRouteToHostException java.net

Java 1.1 serializable checked

This exception signals that a socket cannot be connected to a remote host because the host cannot be contacted. Typically, this means that some link in the network between the local machine and the remote host is down or that the host is behind a firewall.

Figure 12-14. java.net.NoRouteToHostException

 public class  NoRouteToHostException  extends SocketException {  // Public Constructors  public  NoRouteToHostException  ( );        public  NoRouteToHostException  (String  msg  );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net