Class HpackException.SessionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jetty.http2.hpack.HpackException
org.eclipse.jetty.http2.hpack.HpackException.SessionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HpackException.CompressionException
Enclosing class:
HpackException

public static class HpackException.SessionException extends HpackException
A Session HPACK Exception.

Session exceptions are fatal for the stream and the HPACK state is unable to decode/encode further.

See Also:
  • Constructor Details

    • SessionException

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