public final class Http2StreamException extends IOException
| Constructor and Description |
|---|
Http2StreamException(int streamId,
ErrorCode errorCode) |
Http2StreamException(int streamId,
ErrorCode errorCode,
String description) |
Http2StreamException(int streamId,
ErrorCode errorCode,
String description,
Throwable cause) |
Http2StreamException(int streamId,
ErrorCode errorCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
getErrorCode() |
int |
getStreamId() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic Http2StreamException(int streamId,
ErrorCode errorCode)
public Http2StreamException(int streamId,
ErrorCode errorCode,
String description)
public Http2StreamException(int streamId,
ErrorCode errorCode,
Throwable cause)
Copyright © 2021 Oracle Corporation. All rights reserved.