public static final class Http2Exception.ClosedStreamCreationException extends Http2Exception
Http2Exception.ClosedStreamCreationException, Http2Exception.CompositeStreamException, Http2Exception.HeaderListSizeException, Http2Exception.ShutdownHint, Http2Exception.StreamException
Constructor and Description |
---|
ClosedStreamCreationException(Http2Error error) |
ClosedStreamCreationException(Http2Error error,
String message) |
ClosedStreamCreationException(Http2Error error,
String message,
Throwable cause) |
closedStreamError, connectionError, connectionError, error, headerListSizeError, isStreamError, shutdownHint, streamError, streamError, streamId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClosedStreamCreationException(Http2Error error)
public ClosedStreamCreationException(Http2Error error, String message)
public ClosedStreamCreationException(Http2Error error, String message, Throwable cause)
Copyright © 2008–2017 The Netty Project. All rights reserved.