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:
Serializable
- Direct Known Subclasses:
HpackException.SessionException,HpackException.StreamException
public abstract class HpackException extends Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHpackException.CompressionExceptionstatic classHpackException.SessionExceptionA Session HPACK Exception.static classHpackException.StreamExceptionA Stream HPACK exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-