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, setStackTrace
public Http2StreamException(int streamId, ErrorCode errorCode)
public Http2StreamException(int streamId, ErrorCode errorCode, String description)
public Http2StreamException(int streamId, ErrorCode errorCode, Throwable cause)
Copyright © 2017 Oracle Corporation. All rights reserved.