Package Summary  Overview Summary

class:PortUnreachableException [NONE]

All Implemented Interfaces:
Serializable

public class PortUnreachableExceptionextends SocketException
Signals that an ICMP Port Unreachable message has been received on a connected datagram.
Since:
1.4
See Also:

constructor:PortUnreachableException(java.lang.String) [NONE]

  • PortUnreachableException

    public PortUnreachableException (String msg)
    Constructs a new PortUnreachableException with a detail message.
    Parameters:
    msg - the detail message
  • constructor:PortUnreachableException() [NONE]

    PortUnreachableException

    public PortUnreachableException()
    Construct a new PortUnreachableException with no detailed message.

    © 2023 Oracle Corporation and/or its affiliates