public class DeploymentStatusImplWithError extends DeploymentStatusImpl
| Constructor and Description |
|---|
DeploymentStatusImplWithError()
Creates a new instance of DeploymentStatusImplWithError
|
DeploymentStatusImplWithError(javax.enterprise.deploy.shared.CommandType commandType,
Throwable cause)
Creates a new instance of DeploymentStatusImplWithError
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Returns the cause for this status.
|
void |
initCause(Throwable cause)
Assigns the cause for this status.
|
String |
toString()
Displays the status as a string, including stack trace information if error is present.
|
getAction, getCommand, getMessage, getState, isCompleted, isFailed, isRunning, setCommand, setMessage, setStatepublic DeploymentStatusImplWithError()
public DeploymentStatusImplWithError(javax.enterprise.deploy.shared.CommandType commandType,
Throwable cause)
public void initCause(Throwable cause)
Throwable - that describes the error to be reportedpublic Throwable getCause()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.