public class DeploymentExceptionManager
extends java.lang.Object
Constructor and Description |
---|
DeploymentExceptionManager() |
Modifier and Type | Method and Description |
---|---|
void |
clearLastException(AppInfo info) |
java.lang.Exception |
getDeploymentException(AppInfo appInfo) |
java.lang.Exception |
getLastException() |
boolean |
hasDeploymentFailed() |
void |
pushDelpoymentException(java.lang.Exception exception) |
java.lang.Exception |
saveDeploymentException(AppInfo appInfo,
java.lang.Exception exception) |
public boolean hasDeploymentFailed()
public java.lang.Exception getDeploymentException(AppInfo appInfo)
public java.lang.Exception saveDeploymentException(AppInfo appInfo, java.lang.Exception exception)
public void clearLastException(AppInfo info)
public java.lang.Exception getLastException()
public void pushDelpoymentException(java.lang.Exception exception)