Class QpackException.SessionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jetty.http3.qpack.QpackException
org.eclipse.jetty.http3.qpack.QpackException.SessionException
All Implemented Interfaces:
Serializable
Enclosing class:
QpackException

public static class QpackException.SessionException extends QpackException
A Session QPACK Exception.

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

See Also:
  • Constructor Details

    • SessionException

      public SessionException(long errorCode, String message)
    • SessionException

      public SessionException(long errorCode, String message, Throwable cause)