public class PeerClosedStreamException extends Http2Exception implements scala.util.control.NoStackTrace
Constructor and Description |
---|
PeerClosedStreamException(int streamId,
Http2Protocol.ErrorCode errorCode) |
PeerClosedStreamException(int streamId,
java.lang.String errorCode,
int numericErrorCode) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
errorCode() |
int |
numericErrorCode() |
int |
streamId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PeerClosedStreamException(int streamId, java.lang.String errorCode, int numericErrorCode)
public PeerClosedStreamException(int streamId, Http2Protocol.ErrorCode errorCode)