public class DeploymentHandshakeException extends DeploymentException
DeploymentException wrapping the HandshakeException and makes the HTTP status code accessible directly.| Constructor and Description | 
|---|
| DeploymentHandshakeException(java.lang.String message) | 
| DeploymentHandshakeException(java.lang.String message,
                            HandshakeException cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getHttpStatusCode()Get the error code. | 
public DeploymentHandshakeException(java.lang.String message)
public DeploymentHandshakeException(java.lang.String message,
                                    HandshakeException cause)
Copyright © 2012–2025 Oracle Corporation. All rights reserved.