<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.net.NoRouteToHostException
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.net.html">This Package</a>  <a href="java.net.MalformedURLException.html#_top_">Previous</a>  <a href="java.net.ProtocolException.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.net.NoRouteToHostException
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.lang.Throwable.html#_top_">java.lang.Throwable</a>
           |
           +----<a href="java.lang.Exception.html#_top_">java.lang.Exception</a>
                   |
                   +----<a href="java.io.IOException.html#_top_">java.io.IOException</a>
                           |
                           +----<a href="java.net.SocketException.html#_top_">java.net.SocketException</a>
                                   |
                                   +----java.net.NoRouteToHostException
</pre>
<hr>
<dl>
  <dt> public class <b>NoRouteToHostException</b>
  <dt> extends <a href="java.net.SocketException.html#_top_">SocketException</a>
</dl>
Signals that an error occurred while attempting to connect a
 socket to a remote address and port.  Typically, the remote
 host cannot be reached because of an intervening firewall, or
 if an intermediate router is down.
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#NoRouteToHostException()"><b>NoRouteToHostException</b></a>()
  <dd>  Construct a new NoRouteToHostException with no detailed message.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#NoRouteToHostException(java.lang.String)"><b>NoRouteToHostException</b></a>(String)
  <dd>  Constructs a new NoRouteToHostException with the specified detail 
 message as to why the remote host cannot be reached.
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="NoRouteToHostException"></a>
<a name="NoRouteToHostException(java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>NoRouteToHostException</b>
<pre>
 public NoRouteToHostException(<a href="java.lang.String.html#_top_">String</a> msg)
</pre>
<dl>
  <dd> Constructs a new NoRouteToHostException with the specified detail 
 message as to why the remote host cannot be reached.
 A detail message is a String that gives a specific 
 description of this error.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> msg - the detail message
  </dl></dd>
</dl>
<a name="NoRouteToHostException()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>NoRouteToHostException</b>
<pre>
 public NoRouteToHostException()
</pre>
<dl>
  <dd> Construct a new NoRouteToHostException with no detailed message.
<p>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.net.html">This Package</a>  <a href="java.net.MalformedURLException.html#_top_">Previous</a>  <a href="java.net.ProtocolException.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
