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:
    Serialized Form
    • Constructor Detail

      • 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.