Class ChannelPipelineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.channel.ChannelException
io.netty.channel.ChannelPipelineException
- All Implemented Interfaces:
Serializable
A
ChannelException which is thrown when a ChannelPipeline
failed to execute an operation.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.ChannelPipelineException(String message) Creates a new instance.ChannelPipelineException(String message, Throwable cause) Creates a new instance.Creates a new instance. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChannelPipelineException
public ChannelPipelineException()Creates a new instance. -
ChannelPipelineException
-
ChannelPipelineException
Creates a new instance. -
ChannelPipelineException
Creates a new instance.
-