public class SocketException extends IOException
Constructor and Description |
---|
SocketException()
Create a new instance without a descriptive error message.
|
SocketException(String message)
Create a new instance with a descriptive error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, toString
public SocketException()
public SocketException(String message)
message
- a message describing the error that occurred