public class DeploymentExceptionManager extends Object
| Constructor and Description |
|---|
DeploymentExceptionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearLastException(AppInfo info) |
Exception |
getDeploymentException(AppInfo appInfo) |
Exception |
getLastException() |
boolean |
hasDeploymentFailed() |
void |
pushDelpoymentException(Exception exception) |
Exception |
saveDeploymentException(AppInfo appInfo,
Exception exception) |
public boolean hasDeploymentFailed()
public Exception saveDeploymentException(AppInfo appInfo, Exception exception)
public void clearLastException(AppInfo info)
public Exception getLastException()
public void pushDelpoymentException(Exception exception)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.