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:
java.io.Serializable
public class Http2TooManyStreamsException extends java.lang.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_MESSAGE
static Http2TooManyStreamsException
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-
-
-
Field Detail
-
DEFAULT_MESSAGE
public static final java.lang.String DEFAULT_MESSAGE
- See Also:
- Constant Field Values
-
INSTANCE
public static final Http2TooManyStreamsException INSTANCE
-
-