Class ChannelException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChannelPipelineException, TimeoutException

public class ChannelException extends RuntimeException
A RuntimeException which is thrown when an I/O operation fails.
See Also:
  • Field Details

  • Constructor Details

    • ChannelException

      public ChannelException()
      Creates a new exception.
    • ChannelException

      public ChannelException(String message, Throwable cause)
      Creates a new exception.
    • ChannelException

      public ChannelException(String message)
      Creates a new exception.
    • ChannelException

      public ChannelException(Throwable cause)
      Creates a new exception.