- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.netty5.channel.ChannelException
-
- io.netty5.channel.ChannelPipelineException
-
- All Implemented Interfaces:
Serializable
public class ChannelPipelineException extends ChannelException
AChannelException
which is thrown when aChannelPipeline
failed to execute an operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelPipelineException()
Creates a new instance.ChannelPipelineException(String message)
Creates a new instance.ChannelPipelineException(String message, Throwable cause)
Creates a new instance.ChannelPipelineException(Throwable cause)
Creates a new instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ChannelPipelineException
public ChannelPipelineException()
Creates a new instance.
-
ChannelPipelineException
public ChannelPipelineException(String message, Throwable cause)
Creates a new instance.
-
ChannelPipelineException
public ChannelPipelineException(String message)
Creates a new instance.
-
ChannelPipelineException
public ChannelPipelineException(Throwable cause)
Creates a new instance.
-
-