public class EventLoopException extends ChannelException
ChannelException
which will be thrown by EventLoop
and EventLoopGroup
implementations when an error occurs.Constructor and Description |
---|
EventLoopException() |
EventLoopException(String message) |
EventLoopException(String message,
Throwable cause) |
EventLoopException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2008–2017 The Netty Project. All rights reserved.