Deprecate NoSuchBufferException as it's not used anymore

This commit is contained in:
Norman Maurer 2013-06-13 20:48:54 +02:00
parent a1a86b9de4
commit 0e16b22aa1

View File

@ -16,10 +16,9 @@
package io.netty.channel; package io.netty.channel;
/** /**
* A {@link ChannelPipelineException} which is raised if an inbound or outbound buffer of * @deprecated not used anymore, will be removed
* the expected type is not found while transferring data between {@link ChannelHandler}s.
* This exception is usually triggered by an incorrectly configured {@link ChannelPipeline}.
*/ */
@Deprecated
public class NoSuchBufferException extends ChannelPipelineException { public class NoSuchBufferException extends ChannelPipelineException {
private static final long serialVersionUID = -131650785896627090L; private static final long serialVersionUID = -131650785896627090L;