Package io.netty.channel
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:
java.io.Serializable
public class EventLoopException extends ChannelException
SpecialChannelException
which will be thrown byEventLoop
andEventLoopGroup
implementations when an error occurs.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventLoopException()
EventLoopException(java.lang.String message)
EventLoopException(java.lang.String message, java.lang.Throwable cause)
EventLoopException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
EventLoopException
public EventLoopException()
-
EventLoopException
public EventLoopException(java.lang.String message, java.lang.Throwable cause)
-
EventLoopException
public EventLoopException(java.lang.String message)
-
EventLoopException
public EventLoopException(java.lang.Throwable cause)
-
-