Class PrematureChannelClosureException

All Implemented Interfaces:
Serializable

public class PrematureChannelClosureException extends CodecException
A CodecException which is thrown when a Channel is closed unexpectedly before the codec finishes handling the current message, such as missing response while waiting for a request.
See Also:
  • Field Details

  • Constructor Details

    • PrematureChannelClosureException

      public PrematureChannelClosureException()
      Creates a new instance.
    • PrematureChannelClosureException

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

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

      public PrematureChannelClosureException(Throwable cause)
      Creates a new instance.