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:
java.io.Serializable
public final class Http2MultiplexActiveStreamsException extends java.lang.Exception
Exception
that can be used to wrap someThrowable
and fire it through the pipeline. TheHttp2MultiplexHandler
will unwrap the originalThrowable
and fire it to all its activeHttp2StreamChannel
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Http2MultiplexActiveStreamsException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-