Package org.eclipse.jetty.http2.hpack
Class HpackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jetty.http2.hpack.HpackException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
HpackException.SessionException
,HpackException.StreamException
public abstract class HpackException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HpackException.CompressionException
static class
HpackException.SessionException
A Session HPACK Exception.static class
HpackException.StreamException
A Stream HPACK exception.
-