public class PortUnreachableException extends SocketException
Constructor and Description |
---|
PortUnreachableException()
构造一个新的
PortUnreachableException 没有详细的消息。
|
PortUnreachableException(String msg)
构造一个新的
PortUnreachableException 具有详细信息。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PortUnreachableException(String msg)
PortUnreachableException
与详细信息。
msg
- 详细信息
public PortUnreachableException()
PortUnreachableException
没有详细的消息。