public class NoSuchBufferException extends ChannelPipelineException
ChannelPipelineException which is raised if an inbound or outbound buffer of
the expected type is not found while transferring data between ChannelHandlers.
This exception is usually triggered by an incorrectly configured ChannelPipeline.| Constructor and Description |
|---|
NoSuchBufferException() |
NoSuchBufferException(String message) |
NoSuchBufferException(String message,
Throwable cause) |
NoSuchBufferException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2008-2012 The Netty Project. All Rights Reserved.