Package Summary  Overview Summary

class:PortUnreachableException [NONE]

  • All Implemented Interfaces:
    Serializable

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

constructor:<init>(java.lang.String) [NONE]

  • PortUnreachableException

    public PortUnreachableException​(String msg)
    Constructs a new PortUnreachableException with a detail message.
    Parameters:
    msg - the detail message

constructor:<init>() [NONE]

  • PortUnreachableException

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

© 2018 Oracle Corporation and/or its affiliates