Class Http2NoMoreStreamIdsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.netty.handler.codec.http2.Http2Exception
io.netty.handler.codec.http2.Http2NoMoreStreamIdsException
- All Implemented Interfaces:
Serializable
This exception is thrown when there are no more stream IDs available for the current connection
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class Http2Exception
Http2Exception.ClosedStreamCreationException, Http2Exception.CompositeStreamException, Http2Exception.HeaderListSizeException, Http2Exception.ShutdownHint, Http2Exception.StreamException -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class Http2Exception
closedStreamError, connectionError, connectionError, error, headerListSizeError, isStreamError, newStatic, shutdownHint, streamError, streamError, streamIdMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
ERROR_MESSAGE
- See Also:
-
-
Constructor Details
-
Http2NoMoreStreamIdsException
public Http2NoMoreStreamIdsException() -
Http2NoMoreStreamIdsException
-