Package org.eclipse.jetty.http3.qpack
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
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A Session QPACK Exception.static class
A Stream QPACK exception. -
Field Summary
Modifier and TypeFieldDescriptionstatic final long
static final long
static final long
static final long
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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()
-