Class TimeoutException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ReadTimeoutException, WriteTimeoutException

public class TimeoutException extends ChannelException
A TimeoutException when no data was either read or written within a certain period of time.
See Also: