public class ClientTimeoutException extends ClientDisconnectException
EXN
Constructor and Description |
---|
ClientTimeoutException() |
ClientTimeoutException(java.lang.Exception exn) |
ClientTimeoutException(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.
|
create