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 jakarta.websocket.DeploymentExceptionTheDeploymentExceptionwrapping theHandshakeExceptionand 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, org.glassfish.tyrus.core.HandshakeException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHttpStatusCode()Get the error code.
-