public class DeploymentException
extends java.lang.Exception
| Constructor and Description | 
|---|
| DeploymentException(java.lang.String message)Creates a deployment exception with the given reason for the deployment failure. | 
| DeploymentException(java.lang.String message,
                   java.lang.Throwable cause)Creates a deployment exception with the given reason for the deployment failure and wrapped cause of the failure. | 
public DeploymentException(java.lang.String message)
message - the reason for the failure.public DeploymentException(java.lang.String message,
                           java.lang.Throwable cause)
message - the reason for the failure.cause - the cause of the problem.Copyright © 2012–2020 Oracle Corporation. All rights reserved.