public class EventLoopException extends ChannelException
ChannelException which will be thrown by EventLoop and EventLoopGroup
implementations when an error occurs.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
EventLoopException() |
EventLoopException(java.lang.String message) |
EventLoopException(java.lang.String message,
java.lang.Throwable cause) |
EventLoopException(java.lang.Throwable cause) |
private static final long serialVersionUID
public EventLoopException()
public EventLoopException(java.lang.String message,
java.lang.Throwable cause)
public EventLoopException(java.lang.String message)
public EventLoopException(java.lang.Throwable cause)