public class SocketTimeoutException
extends java.io.IOException
| Constructor and Description |
|---|
SocketTimeoutException() |
SocketTimeoutException(java.lang.Exception exn) |
SocketTimeoutException(java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
static java.io.IOException |
create(java.io.IOException exn)
Only create a disconnect exception if it's an IOException
Possible later check for broken pipe.
|