public class WriteTimeoutException
extends java.io.IOException
IOException
which is thrown when write buffer is not flushed for
IoSession.getWriteTimeout()
seconds.Constructor | Description |
---|---|
WriteTimeoutException() |
Creates a new exception.
|
WriteTimeoutException(java.lang.String s) |
Creates a new exception.
|