Package 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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoRouteToHostException()
NoRouteToHostException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
NoRouteToHostException
public NoRouteToHostException()
-
NoRouteToHostException
public NoRouteToHostException(String var0)
-
-