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;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user