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.ExceptionExceptionthat can be used to wrap someThrowableand fire it through the pipeline. TheHttp2MultiplexHandlerwill unwrap the originalThrowableand 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.ThrowablefillInStackTrace()
-