Package org.apache.hc.core5.http2.hpack
Class HPackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.hc.core5.http.HttpException
-
- org.apache.hc.core5.http2.hpack.HPackException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
HeaderListConstraintException
public class HPackException extends HttpException
Signals HPACK protocol violation.- Since:
- 5.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description HPackException(java.lang.String message)
HPackException(java.lang.String message, java.lang.Exception cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-