java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException java.net.SocketException java.net.NoRouteToHostException
public class NoRouteToHostException
试图将套接字连接到远程地址和端口时发生错误的情况下,抛出此异常。通常为无法到达远程主机,原因是防火墙干扰或者中间路由器停机。
构造方法摘要 | |
---|---|
NoRouteToHostException() 构造不带详细信息的新 NoRouteToHostException。 |
|
NoRouteToHostException(String msg) 构造一个新的 NoRouteToHostException,使其具有关于无法到达远程主机的原因的指定详细消息。 |
方法摘要 |
---|
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public NoRouteToHostException(String msg)
msg
- 详细消息
public NoRouteToHostException()