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:
  • Field Details

  • Constructor Details

    • TimeoutException

      TimeoutException()
    • TimeoutException

      TimeoutException(String message, boolean shared)
  • Method Details