Class DeploymentHandshakeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jakarta.websocket.DeploymentException
-
- org.glassfish.tyrus.client.exception.DeploymentHandshakeException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeploymentHandshakeException extends DeploymentException
TheDeploymentException
wrapping theHandshakeException
and makes the HTTP status code accessible directly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeploymentHandshakeException(java.lang.String message)
DeploymentHandshakeException(java.lang.String message, HandshakeException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHttpStatusCode()
Get the error code.
-
-
-
Constructor Detail
-
DeploymentHandshakeException
public DeploymentHandshakeException(java.lang.String message)
-
DeploymentHandshakeException
public DeploymentHandshakeException(java.lang.String message, HandshakeException cause)
-
-