public final class Http2ConnectionException extends IOException
SpdyStreamException
, this exception means severe problem
related to the entire SPDY session.Constructor and Description |
---|
Http2ConnectionException(ErrorCode errorCode)
Construct Http2ConnectionException.
|
Http2ConnectionException(ErrorCode errorCode,
String message)
Construct Http2ConnectionException.
|
Modifier and Type | Method and Description |
---|---|
ErrorCode |
getErrorCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public Http2ConnectionException(ErrorCode errorCode)
errorCode
- Copyright © 2022 Oracle Corporation. All rights reserved.