Package org.eclipse.jetty.websocket.api
Class UpgradeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.jetty.websocket.api.WebSocketException
-
- org.eclipse.jetty.websocket.api.UpgradeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UpgradeException extends WebSocketException
Exception during WebSocket Upgrade Handshake.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpgradeException(java.net.URI requestURI, int responseStatusCode, java.lang.String message)
UpgradeException(java.net.URI requestURI, int responseStatusCode, java.lang.String message, java.lang.Throwable cause)
UpgradeException(java.net.URI requestURI, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URI
getRequestURI()
int
getResponseStatusCode()
-
-
-
Constructor Detail
-
UpgradeException
public UpgradeException(java.net.URI requestURI, int responseStatusCode, java.lang.String message)
-
UpgradeException
public UpgradeException(java.net.URI requestURI, int responseStatusCode, java.lang.String message, java.lang.Throwable cause)
-
UpgradeException
public UpgradeException(java.net.URI requestURI, java.lang.Throwable cause)
-
-