public class UpgradeException extends WebSocketException
Constructor and Description |
---|
UpgradeException(URI requestURI,
int responseStatusCode,
String message) |
UpgradeException(URI requestURI,
int responseStatusCode,
String message,
Throwable cause) |
UpgradeException(URI requestURI,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
URI |
getRequestURI() |
int |
getResponseStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 1995-2015 Webtide. All Rights Reserved.