public class EventLoopException extends ChannelException
ChannelException当发生错误时将由EventLoop和EventLoopGroup实现抛出。
| Constructor and Description |
|---|
EventLoopException() |
EventLoopException(java.lang.String message) |
EventLoopException(java.lang.String message, java.lang.Throwable cause) |
EventLoopException(java.lang.Throwable cause) |
Copyright © 2008–2018 The Netty Project. All rights reserved.