public class ApplicationDeploymentFailedException extends Exception
| Constructor and Description |
|---|
ApplicationDeploymentFailedException() |
ApplicationDeploymentFailedException(int failed,
int successful,
int other,
List<String> messages) |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationDeploymentFailedException |
create(HApplication application) |
int |
getFailed() |
List<String> |
getMessages() |
int |
getOther() |
int |
getSuccessful() |
void |
setFailed(int failed) |
void |
setMessages(List<String> messages) |
void |
setOther(int other) |
void |
setSuccessful(int successful) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApplicationDeploymentFailedException()
public int getFailed()
public void setFailed(int failed)
public int getSuccessful()
public void setSuccessful(int successful)
public int getOther()
public void setOther(int other)
public static ApplicationDeploymentFailedException create(HApplication application)
Copyright © 2019 Kloudtek. All rights reserved.