public class DeploymentException
extends org.appops.core.exception.CoreException
DeploymentException class.
| Constructor and Description |
|---|
DeploymentException(java.lang.String message)
Constructor for DeploymentException.
|
DeploymentException(java.lang.String message,
java.lang.Throwable cause)
Constructor for DeploymentException.
|
DeploymentException(java.lang.Throwable cause)
Constructor for DeploymentException.
|
public DeploymentException(java.lang.String message,
java.lang.Throwable cause)
Constructor for DeploymentException.
message - a String object.cause - a Throwable object.public DeploymentException(java.lang.Throwable cause)
Constructor for DeploymentException.
cause - a Throwable object.public DeploymentException(java.lang.String message)
Constructor for DeploymentException.
message - a String object.Copyright © 2021. All rights reserved.