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, toStringCopyright © 2008–2015 The Netty Project. All rights reserved.