Class UpgradeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jetty.websocket.api.exceptions.WebSocketException
org.eclipse.jetty.websocket.api.exceptions.UpgradeException
- All Implemented Interfaces:
 Serializable
Exception during WebSocket Upgrade Handshake.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionUpgradeException(URI requestURI, int responseStatusCode, String message) UpgradeException(URI requestURI, int responseStatusCode, String message, Throwable cause) UpgradeException(URI requestURI, int responseStatusCode, Throwable cause) UpgradeException(URI requestURI, Throwable cause)  - 
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
UpgradeException
 - 
UpgradeException
 - 
UpgradeException
 - 
UpgradeException
 
 - 
 - 
Method Details
- 
getRequestURI
 - 
getResponseStatusCode
public int getResponseStatusCode() 
 -