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.| Constructor and Description |
|---|
Http2MultiplexActiveStreamsException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Http2MultiplexActiveStreamsException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2008–2025 The Netty Project. All rights reserved.