Class EventLoopException

All Implemented Interfaces:
Serializable

public class EventLoopException extends ChannelException
Special ChannelException which will be thrown by EventLoop and EventLoopGroup implementations when an error occurs.
See Also:
  • Field Details

  • Constructor Details

    • EventLoopException

      public EventLoopException()
    • EventLoopException

      public EventLoopException(String message, Throwable cause)
    • EventLoopException

      public EventLoopException(String message)
    • EventLoopException

      public EventLoopException(Throwable cause)