Class Http3HeadersValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.handler.codec.http3.Http3HeadersValidationException
- All Implemented Interfaces:
Serializable
Thrown if
Http3Headers validation fails for some reason.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttp3HeadersValidationException(String message) Create a new instance.Http3HeadersValidationException(String message, Throwable cause) Create a new instance. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Http3HeadersValidationException
Create a new instance.- Parameters:
message- the message.
-
Http3HeadersValidationException
-