java.net
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SocketException()
public SocketException(String message)
message
- a message describing the error that occurred