public class DeploymentException extends Exception
Constructor and Description |
---|
DeploymentException(String message)
Creates a deployment exception with the given reason for the deployment failure.
|
DeploymentException(String message,
Throwable cause)
Creates a deployment exception with the given reason for the deployment failure and wrapped cause of the failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DeploymentException(String message)
message
- the reason for the failure.Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.