org.apache.mina.common

Class WriteTimeoutException


public class WriteTimeoutException
extends IOException

An IOException which is thrown when write buffer is not flushed for IoSession.getWriteTimeout() seconds.

Constructor Summary

WriteTimeoutException()
Creates a new exception.
WriteTimeoutException(String s)
Creates a new exception.

Constructor Details

WriteTimeoutException

public WriteTimeoutException()
Creates a new exception.

WriteTimeoutException

public WriteTimeoutException(String s)
Creates a new exception.