NoRouteToHostExceptionNameNoRouteToHostExceptionSynopsis
DescriptionA NoRouteToHostException is thrown when a socket connection cannot be established with a remote host. This type of exception usually indicates that a firewall is blocking access to the host, or that an intermediate router is down. Class Summary
public class java.net.NoRouteToHostException extends java.net.SocketException { // Constructors public NoRouteToHostException(); public NoRouteToHostException(String msg); } ConstructorsNoRouteToHostExceptionpublic NoRouteToHostException()
public NoRouteToHostException(String msg)
Inherited Methods
See AlsoException, IOException, RuntimeException, SocketException |
|