Class EventLoopException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.channel.ChannelException
io.netty.channel.EventLoopException
- All Implemented Interfaces:
Serializable
Special
ChannelException which will be thrown by EventLoop and EventLoopGroup
implementations when an error occurs.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventLoopException(String message) EventLoopException(String message, Throwable cause) EventLoopException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventLoopException
public EventLoopException() -
EventLoopException
-
EventLoopException
-
EventLoopException
-