java.net
Class NoRouteToHostException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.net.SocketException
|
+--java.net.NoRouteToHostException
This exception indicates that there is no TCP/IP route to the requested
host. This is often due to a misconfigured routing table.
Since:Authors:- Aaron M. Renn <arenn@urbanophile.com>
- Warren Levy <warrenl@cygnus.com>
NoRouteToHostException
public NoRouteToHostException()
Create an instance without a descriptive error message.
NoRouteToHostException
public NoRouteToHostException(java.lang.String message)
Create an instance with a descriptive error message, such as the text
from strerror(3).
Parameters: