Package Summary  Overview Summary

class:SocketException [NONE]

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BindException, ConnectException, NoRouteToHostException, PortUnreachableException

public class SocketException
extends IOException
Thrown to indicate that there is an error creating or accessing a Socket.
Since:
1.0
See Also:
Serialized Form

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

  • SocketException

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

    SocketException

    public SocketException()
    Constructs a new SocketException with no detail message.