Class QpackException.StreamException

All Implemented Interfaces:
Serializable
Enclosing class:
QpackException

public static class QpackException.StreamException extends QpackException
A Stream QPACK exception.

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

See Also:
  • Constructor Details

    • StreamException

      public StreamException(long errorCode, String messageFormat)
    • StreamException

      public StreamException(long errorCode, String messageFormat, Throwable cause)