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, toString
public Http2MultiplexActiveStreamsException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Copyright © 2008–2024 The Netty Project. All rights reserved.