java.net
Class NoRouteToHostException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.net.SocketException
                          |
                          +--java.net.NoRouteToHostException

public synchronized class NoRouteToHostException
extends SocketException


Constructor Summary
NoRouteToHostException()
           
NoRouteToHostException(String)
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

NoRouteToHostException

public NoRouteToHostException(String)

NoRouteToHostException

public NoRouteToHostException()