Class Http2Compliance.Http2ProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.pekko.http.impl.engine.http2.Http2Compliance.Http2ProtocolException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Http2Compliance.IllegalHttp2FrameSize,Http2Compliance.IllegalHttp2StreamDependency,Http2Compliance.IllegalHttp2StreamIdException,Http2Compliance.MissingHttpIdHeaderException
- Enclosing class:
- Http2Compliance
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttp2ProtocolException(String message) Http2ProtocolException(Http2Protocol.ErrorCode errorCode, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Http2ProtocolException
-
Http2ProtocolException
-
-
Method Details
-
errorCode
-