Package com.linkedin.alpini.base.misc
Class Http2TooManyStreamsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.linkedin.alpini.base.misc.Http2TooManyStreamsException
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEFAULT_MESSAGE
- See Also:
-
INSTANCE
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-