public class EventLoopException extends ChannelException
ChannelException
which will be thrown by EventLoop
and EventLoopGroup
implementations when an error occurs.Constructor and Description |
---|
EventLoopException() |
EventLoopException(java.lang.String message) |
EventLoopException(java.lang.String message,
java.lang.Throwable cause) |
EventLoopException(java.lang.Throwable cause) |
public EventLoopException()
public EventLoopException(java.lang.String message, java.lang.Throwable cause)
public EventLoopException(java.lang.String message)
public EventLoopException(java.lang.Throwable cause)
Copyright © 2008–2018 The Netty Project. All rights reserved.