Class Http2TooManyStreamsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.linkedin.alpini.base.misc.Http2TooManyStreamsException
All Implemented Interfaces:
Serializable

public class Http2TooManyStreamsException extends Exception
Client-facing exception for HTTP/2 too many active streams exception with a clearer message for the clients. ScatterGather handler somehow cannot find Netty's Http2Exception when testing.
See Also: