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:
Serializable
public final class Http2MultiplexActiveStreamsException extends Exception
Exceptionthat 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(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablefillInStackTrace()-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
Http2MultiplexActiveStreamsException
public Http2MultiplexActiveStreamsException(Throwable cause)
-
-
Method Detail
-
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTracein classThrowable
-
-