public class SocketException
extends java.io.IOException
Constructor and Description |
---|
SocketException()
Constructs a new
SocketException with no detail message. |
SocketException(java.lang.String msg)
Constructs a new
SocketException with the specified detail message. |