Class Http2Exception.ClosedStreamCreationException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Http2Exception

    public static final class Http2Exception.ClosedStreamCreationException
    extends Http2Exception
    Used when a stream creation attempt fails but may be because the stream was previously closed.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClosedStreamCreationException

        public ClosedStreamCreationException​(Http2Error error)
      • ClosedStreamCreationException

        public ClosedStreamCreationException​(Http2Error error,
                                             String message)
      • ClosedStreamCreationException

        public ClosedStreamCreationException​(Http2Error error,
                                             String message,
                                             Throwable cause)