Package io.netty.handler.codec.http2
Class Http2MultiplexActiveStreamsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.netty.handler.codec.http2.Http2MultiplexActiveStreamsException
- All Implemented Interfaces:
Serializable
Exception
that can be used to wrap some Throwable
and fire it through the pipeline.
The Http2MultiplexHandler
will unwrap the original Throwable
and fire it to all its
active Http2StreamChannel
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Http2MultiplexActiveStreamsException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-