Deprecate NoSuchBufferException as it's not used anymore
This commit is contained in:
parent
a1a86b9de4
commit
0e16b22aa1
@ -16,10 +16,9 @@
|
||||
package io.netty.channel;
|
||||
|
||||
/**
|
||||
* A {@link ChannelPipelineException} which is raised if an inbound or outbound buffer of
|
||||
* 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 not used anymore, will be removed
|
||||
*/
|
||||
@Deprecated
|
||||
public class NoSuchBufferException extends ChannelPipelineException {
|
||||
|
||||
private static final long serialVersionUID = -131650785896627090L;
|
||||
|
Loading…
Reference in New Issue
Block a user