Package org.eclipse.jetty.http3.qpack
Class QpackException.StreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jetty.http3.qpack.QpackException
org.eclipse.jetty.http3.qpack.QpackException.StreamException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- 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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.http3.qpack.QpackException
QpackException.SessionException, QpackException.StreamException
-
Field Summary
Fields inherited from class org.eclipse.jetty.http3.qpack.QpackException
H3_GENERAL_PROTOCOL_ERROR, QPACK_DECODER_STREAM_ERROR, QPACK_DECOMPRESSION_FAILED, QPACK_ENCODER_STREAM_ERROR
-
Constructor Summary
ConstructorDescriptionStreamException
(long errorCode, String messageFormat) StreamException
(long errorCode, String messageFormat, Throwable cause) -
Method Summary
Methods inherited from class org.eclipse.jetty.http3.qpack.QpackException
getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamException
-
StreamException
-