public class TimeoutException extends ChannelException
TimeoutException when no data was either read or written within a
certain period of time.| 构造器和说明 |
|---|
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.
|
public TimeoutException()
public TimeoutException(java.lang.String message,
java.lang.Throwable cause)
public TimeoutException(java.lang.String message)
public TimeoutException(java.lang.Throwable cause)