public class EventLoopException extends ChannelException
ChannelException
which will be thrown by EventLoop
and EventLoopGroup
implementations when an error occurs.构造器和说明 |
---|
EventLoopException() |
EventLoopException(java.lang.String message) |
EventLoopException(java.lang.String message,
java.lang.Throwable cause) |
EventLoopException(java.lang.Throwable cause) |