public final class WebSocketHandshakeException extends IOException
Constructor and Description |
---|
WebSocketHandshakeException(WebSocketUpgradeResponse response) |
Modifier and Type | Method and Description |
---|---|
WebSocketUpgradeResponse |
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, toString
public WebSocketHandshakeException(WebSocketUpgradeResponse response)
public WebSocketUpgradeResponse getResponse()
public WebSocketHandshakeException initCause(Throwable cause)
Copyright © 2015–2023 Red Hat. All rights reserved.