Class Http2MultiplexActiveStreamsException

  • All Implemented Interfaces:
    java.io.Serializable

    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.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable fillInStackTrace()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Http2MultiplexActiveStreamsException

        public Http2MultiplexActiveStreamsException​(java.lang.Throwable cause)
    • Method Detail

      • fillInStackTrace

        public java.lang.Throwable fillInStackTrace()
        Overrides:
        fillInStackTrace in class java.lang.Throwable