KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > net > NoRouteToHostException

java.net
Class NoRouteToHostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.net.SocketException
                  extended by java.net.NoRouteToHostException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public NoRouteToHostException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NoRouteToHostException(String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags