public class ChannelPipelineException extends ChannelException
ChannelException which is thrown when a ChannelPipeline
failed to process a ChannelEvent or when a ChannelPipelineFactory
failed to initialize a ChannelPipeline.| Constructor and 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChannelPipelineException()
public ChannelPipelineException(String message, Throwable cause)
public ChannelPipelineException(String message)
public ChannelPipelineException(Throwable cause)
Copyright © 2008-2015 The Netty Project. All Rights Reserved.