public class SocketException extends IOException
Constructor and Description |
---|
SocketException()
Constructs a new
SocketException with no detail message. |
SocketException(String msg)
Constructs a new
SocketException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
public SocketException()
SocketException
with no detail message.public SocketException(String msg)
SocketException
with the
specified detail message.msg
- the detail message.