public class UnreplayableOperationException extends UnsupportedOperationException
Exception
which is thrown when a user calls an unsupported
operation on a ChannelBuffer
in a ReplayingDecoder
implementation.Constructor and Description |
---|
UnreplayableOperationException()
Creates a new instance.
|
UnreplayableOperationException(String message)
Creates a new instance.
|
UnreplayableOperationException(String message,
Throwable cause)
Creates a new instance.
|
UnreplayableOperationException(Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnreplayableOperationException()
public UnreplayableOperationException(String message)
public UnreplayableOperationException(Throwable cause)
Copyright © 2008-2014 The Netty Project. All Rights Reserved.