public class TimeoutException extends ChannelException
TimeoutException when no data was either read or written within a
certain period of time.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
TimeoutException()
Creates a new instance.
|
TimeoutException(java.lang.String message)
Creates a new instance.
|
TimeoutException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance.
|
TimeoutException(java.lang.Throwable cause)
Creates a new instance.
|
private static final long serialVersionUID
public TimeoutException()
public TimeoutException(java.lang.String message,
java.lang.Throwable cause)
public TimeoutException(java.lang.String message)
public TimeoutException(java.lang.Throwable cause)