public class SocketTimeoutException
extends java.io.InterruptedIOException
Constructor and Description |
---|
SocketTimeoutException()
Construct a new SocketTimeoutException with no detailed message.
|
SocketTimeoutException(java.lang.String msg)
Constructs a new SocketTimeoutException with a detail message.
|
public SocketTimeoutException(@Nullable java.lang.String msg)
msg
- the detail messagepublic SocketTimeoutException()