Package org.eclipse.jetty.http2.hpack
Class HpackException.CompressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jetty.http2.hpack.HpackException
-
- org.eclipse.jetty.http2.hpack.HpackException.SessionException
-
- org.eclipse.jetty.http2.hpack.HpackException.CompressionException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- HpackException
public static class HpackException.CompressionException extends HpackException.SessionException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.http2.hpack.HpackException
HpackException.CompressionException, HpackException.SessionException, HpackException.StreamException
-
-
Constructor Summary
Constructors Constructor Description CompressionException(java.lang.String messageFormat, java.lang.Object... args)
-