Class QpackException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jetty.http3.qpack.QpackException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QpackException.SessionException, QpackException.StreamException

public abstract class QpackException extends Exception
See Also:
  • Field Details

    • QPACK_DECOMPRESSION_FAILED

      public static final long QPACK_DECOMPRESSION_FAILED
      See Also:
    • QPACK_ENCODER_STREAM_ERROR

      public static final long QPACK_ENCODER_STREAM_ERROR
      See Also:
    • QPACK_DECODER_STREAM_ERROR

      public static final long QPACK_DECODER_STREAM_ERROR
      See Also:
    • H3_GENERAL_PROTOCOL_ERROR

      public static final long H3_GENERAL_PROTOCOL_ERROR
      See Also:
  • Method Details

    • getErrorCode

      public long getErrorCode()