public final class WebSocketHandshakeException extends IOException
| Constructor and Description |
|---|
WebSocketHandshakeException(HttpResponse<?> response) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse<?> |
getResponse()
Get the response, which includes the code of failure.
|
WebSocketHandshakeException |
initCause(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebSocketHandshakeException(HttpResponse<?> response)
public HttpResponse<?> getResponse()
public WebSocketHandshakeException initCause(Throwable cause)
Copyright © 2015–2023 Red Hat. All rights reserved.