- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.netty5.channel.ChannelException
-
- io.netty5.channel.EventLoopException
-
- All Implemented Interfaces:
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(String message)
EventLoopException(String message, Throwable cause)
EventLoopException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-