This commit is contained in:
Trustin Lee 2009-06-19 09:15:48 +00:00
parent 82c55287a2
commit f7b2b3b1c3

View File

@ -22,7 +22,13 @@
*/
package org.jboss.netty.handler.codec.replay;
import org.jboss.netty.buffer.ChannelBuffer;
/**
* An {@link Exception} which is thrown when a user calls an unsupported
* operation on a {@link ChannelBuffer} in a {@link ReplayingDecoder}
* implementation.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$