Class HpackException.StreamException

All Implemented Interfaces:
Serializable
Enclosing class:
HpackException

public static class HpackException.StreamException extends HpackException
A Stream HPACK exception.

Stream exceptions are not fatal to the connection and the hpack state is complete and able to continue handling other decoding/encoding for the session.

See Also:
  • Constructor Details

    • StreamException

      public StreamException(String messageFormat, Object... args)