- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.netty5.handler.codec.http2.Http2FrameStreamException
-
- All Implemented Interfaces:
Serializable
@UnstableApi public final class Http2FrameStreamException extends Exception
An HTTP/2 exception for a specificHttp2FrameStream
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Http2FrameStreamException(Http2FrameStream stream, Http2Error error, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Http2Error
error()
Http2FrameStream
stream()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
Http2FrameStreamException
public Http2FrameStreamException(Http2FrameStream stream, Http2Error error, Throwable cause)
-
-
Method Detail
-
error
public Http2Error error()
-
stream
public Http2FrameStream stream()
-
-