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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
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)
-
Method Summary
-
Methods inherited from class io.netty.channel.ChannelException
newStatic
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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)
-
-