Package org.eclipse.jetty.http3.qpack
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
A Session QPACK Exception.
Session exceptions are fatal for the stream and the QPACK state is unable to decode/encode further.
- 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
ConstructorDescriptionSessionException
(long errorCode, String message) SessionException
(long errorCode, String message, 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
-
SessionException
-
SessionException
-