Package org.apache.hc.core5.http2.hpack
Class HeaderListConstraintException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.hc.core5.http.HttpException
-
- org.apache.hc.core5.http2.hpack.HPackException
-
- org.apache.hc.core5.http2.hpack.HeaderListConstraintException
-
- All Implemented Interfaces:
java.io.Serializable
public class HeaderListConstraintException extends HPackException
Signals a header list constraint violation.- Since:
- 5.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Required for serialization support.
-
Constructor Summary
Constructors Constructor Description HeaderListConstraintException(java.lang.String message)
Creates a HeaderListConstraintException with the specified detail message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Required for serialization support.- See Also:
Serializable
, Constant Field Values
-
-