public class DeploymentEngineException extends Exception
| Constructor and Description |
|---|
DeploymentEngineException(String message)
This will construct the DeploymentEngineException with the detailed exception message.
|
DeploymentEngineException(String message,
Exception cause)
This will construct a new DeploymentEngineException with the specified detail message and
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeploymentEngineException(String message)
message - the detailed exception message to be included with DeploymentEngineExceptionpublic DeploymentEngineException(String message, Exception cause)
message - the exception message to be included with DeploymentEngineExceptioncause - the cause exception to be included with DeploymentEngineExceptionCopyright © 2019 WSO2. All rights reserved.