| java.net.SocketException java.net.NoRouteToHostException
NoRouteToHostException | public class NoRouteToHostException extends SocketException (Code) | | The NoRouteToHostException may be thrown when attempting to connect to a
remote machine and because of network fault or firewall, no route can be
established.
|
Constructor Summary | |
public | NoRouteToHostException() Constructs a new instance of this class with its walkback filled in. | public | NoRouteToHostException(String detailMessage) Constructs a new instance of this class with its walkback and message
filled in. |
NoRouteToHostException | public NoRouteToHostException()(Code) | | Constructs a new instance of this class with its walkback filled in.
|
NoRouteToHostException | public NoRouteToHostException(String detailMessage)(Code) | | Constructs a new instance of this class with its walkback and message
filled in.
Parameters: detailMessage - String The detail message for the exception. |
|
|