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
@Deprecated(since="2021-05-27") public class UpgradeException extends WebSocketException
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.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)
Deprecated.UpgradeException(java.net.URI requestURI, int responseStatusCode, java.lang.String message, java.lang.Throwable cause)
Deprecated.UpgradeException(java.net.URI requestURI, java.lang.Throwable cause)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.net.URI
getRequestURI()
Deprecated.int
getResponseStatusCode()
Deprecated.
-
-
-
Constructor Detail
-
UpgradeException
public UpgradeException(java.net.URI requestURI, int responseStatusCode, java.lang.String message)
Deprecated.
-
UpgradeException
public UpgradeException(java.net.URI requestURI, int responseStatusCode, java.lang.String message, java.lang.Throwable cause)
Deprecated.
-
UpgradeException
public UpgradeException(java.net.URI requestURI, java.lang.Throwable cause)
Deprecated.
-
-