public class UnreplayableOperationException
extends java.lang.UnsupportedOperationException
Exception which is thrown when a user calls an unsupported
operation on a ChannelBuffer in a ReplayingDecoder
implementation.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
UnreplayableOperationException()
Creates a new instance.
|
UnreplayableOperationException(java.lang.String message)
Creates a new instance.
|
UnreplayableOperationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance.
|
UnreplayableOperationException(java.lang.Throwable cause)
Creates a new instance.
|
private static final long serialVersionUID
public UnreplayableOperationException()
public UnreplayableOperationException(java.lang.String message)
public UnreplayableOperationException(java.lang.Throwable cause)
public UnreplayableOperationException(java.lang.String message,
java.lang.Throwable cause)