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.