Package io.netty.handler.codec.http2
Class Http2FrameStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.netty.handler.codec.http2.Http2FrameStreamException
- All Implemented Interfaces:
Serializable
An HTTP/2 exception for a specific
Http2FrameStream
.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Http2Error
private static final long
private final Http2FrameStream
-
Constructor Summary
ConstructorsConstructorDescriptionHttp2FrameStreamException
(Http2FrameStream stream, Http2Error error, Throwable cause) -
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 serialVersionUID- See Also:
-
error
-
stream
-
-
Constructor Details
-
Http2FrameStreamException
-
-
Method Details
-
error
-
stream
-