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

      public TimeoutException()
      Creates a new instance.
    • TimeoutException

      public TimeoutException(String message, Throwable cause)
      Creates a new instance.
    • TimeoutException

      public TimeoutException(String message)
      Creates a new instance.
    • TimeoutException

      public TimeoutException(Throwable cause)
      Creates a new instance.