public class ChannelPipelineException extends ChannelException
ChannelException which is thrown when a ChannelPipeline
failed to execute an operation.| 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–2017 The Netty Project. All rights reserved.