public class SocketException extends IOException
SocketException
may be thrown during socket creation or setting
options, and is the superclass of all other socket related exceptions.Constructor and Description |
---|
SocketException()
Constructs a new instance.
|
SocketException(String detailMessage)
Constructs a new instance with the given detail message.
|
SocketException(String detailMessage,
Throwable cause)
Constructs a new instance with given detail message and cause.
|
SocketException(Throwable cause)
Constructs a new instance with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SocketException()
public SocketException(String detailMessage)
public SocketException(Throwable cause)