java.net
Class PortUnreachableException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.net.SocketException
|
+--java.net.PortUnreachableException
This exception signals that an ICMP port unreachable datagram has been
received.
Since:Author:- Eric Blake <ebb9@email.byu.edu>
PortUnreachableException
public PortUnreachableException()
Create a new instance without a descriptive error message.
PortUnreachableException
public PortUnreachableException(java.lang.String message)
Create a new instance with a descriptive error message.
Parameters: