Class UnreplayableOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.jboss.netty.handler.codec.replay.UnreplayableOperationException
- All Implemented Interfaces:
Serializable
An
Exception
which is thrown when a user calls an unsupported
operation on a ChannelBuffer
in a ReplayingDecoder
implementation.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.UnreplayableOperationException
(String message) Creates a new instance.UnreplayableOperationException
(String message, Throwable cause) Creates a new instance.Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UnreplayableOperationException
public UnreplayableOperationException()Creates a new instance. -
UnreplayableOperationException
Creates a new instance. -
UnreplayableOperationException
Creates a new instance. -
UnreplayableOperationException
Creates a new instance.
-