public class NoRouteToHostException extends SocketException
Constructor and Description |
---|
NoRouteToHostException()
Construct a new NoRouteToHostException with no detailed message.
|
NoRouteToHostException(java.lang.String msg)
Constructs a new NoRouteToHostException with the specified detail message as to why the remote host cannot be
reached.
|
public NoRouteToHostException(@Nullable java.lang.String msg)
msg
- the detail messagepublic NoRouteToHostException()