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
Nested ClassesModifier and TypeClassDescriptionstatic classA Session QPACK Exception.static classA Stream QPACK exception. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final longstatic final longstatic final longstatic final long - 
Method Summary
Methods inherited from class 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:
 
 - 
H3_MESSAGE_ERROR
public static final long H3_MESSAGE_ERROR- See Also:
 
 
 - 
 - 
Method Details
- 
getErrorCode
public long getErrorCode() 
 -