java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
java.net.PortUnreachableException
- All Implemented Interfaces:
 Serializable
Signals that an ICMP Port Unreachable message has been
 received on a connected datagram.
- Since:
 - 1.4
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstruct a newPortUnreachableExceptionwith no detailed message.Constructs a newPortUnreachableExceptionwith a detail message. - 
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
PortUnreachableException
Constructs a newPortUnreachableExceptionwith a detail message.- Parameters:
 msg- the detail message
 - 
PortUnreachableException
public PortUnreachableException()Construct a newPortUnreachableExceptionwith no detailed message. 
 -