Module io.netty.codec.http2
Package io.netty5.handler.codec.http2
Class Http2Exception.ClosedStreamCreationException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- io.netty5.handler.codec.http2.Http2Exception
- 
- io.netty5.handler.codec.http2.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
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class io.netty5.handler.codec.http2.Http2ExceptionHttp2Exception.ClosedStreamCreationException, Http2Exception.CompositeStreamException, Http2Exception.HeaderListSizeException, Http2Exception.ShutdownHint, Http2Exception.StreamException
 
- 
 - 
Constructor SummaryConstructors Constructor Description ClosedStreamCreationException(Http2Error error)ClosedStreamCreationException(Http2Error error, String message)ClosedStreamCreationException(Http2Error error, String message, Throwable cause)
 - 
Method Summary- 
Methods inherited from class io.netty5.handler.codec.http2.Http2ExceptionclosedStreamError, connectionError, connectionError, error, headerListSizeError, isStreamError, shutdownHint, streamError, streamError, streamId
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ClosedStreamCreationExceptionpublic ClosedStreamCreationException(Http2Error error) 
 - 
ClosedStreamCreationExceptionpublic ClosedStreamCreationException(Http2Error error, String message) 
 - 
ClosedStreamCreationExceptionpublic ClosedStreamCreationException(Http2Error error, String message, Throwable cause) 
 
- 
 
-