public class java.net
PortUnreachableException


Show All Login
Java SE 6
  
Extends: Throwable > Exception > IOException > SocketException
Details
Signals that an ICMP Port Unreachable message has been received on a connected datagram.
since1.4

Constructors
public PortUnreachableException(String msg) Details
Constructs a new PortUnreachableException with a detail message.
msgthe detail message
public PortUnreachableException()
Construct a new PortUnreachableException with no detailed message.