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:
Serializable
Signals a header list constraint violation.
- Since:
- 5.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Required for serialization support. -
Constructor Summary
ConstructorsConstructorDescriptionHeaderListConstraintException
(String message) Creates a HeaderListConstraintException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDRequired for serialization support.- See Also:
-
-
Constructor Details
-
HeaderListConstraintException
Creates a HeaderListConstraintException with the specified detail message.- Parameters:
message
- The exception detail message
-