Class Http2MultiplexActiveStreamsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.netty.handler.codec.http2.Http2MultiplexActiveStreamsException
All Implemented Interfaces:
Serializable

public final class Http2MultiplexActiveStreamsException extends Exception
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 Details

    • Http2MultiplexActiveStreamsException

      public Http2MultiplexActiveStreamsException(Throwable cause)
  • Method Details