Class UnreplayableOperationException

All Implemented Interfaces:
Serializable

public class UnreplayableOperationException extends UnsupportedOperationException
An Exception which is thrown when a user calls an unsupported operation on a ChannelBuffer in a ReplayingDecoder implementation.
See Also:
  • Field Details

  • Constructor Details

    • UnreplayableOperationException

      public UnreplayableOperationException()
      Creates a new instance.
    • UnreplayableOperationException

      public UnreplayableOperationException(String message)
      Creates a new instance.
    • UnreplayableOperationException

      public UnreplayableOperationException(Throwable cause)
      Creates a new instance.
    • UnreplayableOperationException

      public UnreplayableOperationException(String message, Throwable cause)
      Creates a new instance.