public class SocketException extends java.io.IOException
| Constructor and Description |
|---|
SocketException()
Create a new instance without a descriptive error message.
|
SocketException(java.lang.String message)
Create a new instance with a descriptive error message.
|
public SocketException()
public SocketException(java.lang.String message)
message - a message describing the error that occurred