public final class Http2MultiplexActiveStreamsException
extends java.lang.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
.构造器和说明 |
---|
Http2MultiplexActiveStreamsException(java.lang.Throwable cause) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Throwable |
fillInStackTrace() |