java.net
Class NoRouteToHostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
java.net.NoRouteToHostException
All Implemented Interfaces: Serializable
public class NoRouteToHostException extends SocketException
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.
See Also: Serialized Form
Methods inherited from class java.lang.Throwable
fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
NoRouteToHostException
public NoRouteToHostException ()
Constructs a new instance of this class with its
walkback filled in.
NoRouteToHostException
public NoRouteToHostException (String detailMessage)
Constructs a new instance of this class with its
walkback and message filled in.
Parameters: detailMessage - String
The detail message for the exception.
Licensed Materials - Property of IBM © Copyright IBM Corp. 2006, 2008 All Rights Reserved.