Class ApplicationDeploymentFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aeontronix.enhancedmule.tools.anypoint.application.DeploymentException
com.aeontronix.enhancedmule.tools.runtime.ApplicationDeploymentFailedException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationDeploymentFailedException(int failed, int successful, int other, List<String> messages) -
Method Summary
Modifier and TypeMethodDescriptioncreate(HApplication application) intintgetOther()intvoidsetFailed(int failed) voidsetMessages(List<String> messages) voidsetOther(int other) voidsetSuccessful(int successful) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ApplicationDeploymentFailedException
public ApplicationDeploymentFailedException() -
ApplicationDeploymentFailedException
-
ApplicationDeploymentFailedException
-
-
Method Details
-
getFailed
public int getFailed() -
setFailed
public void setFailed(int failed) -
getSuccessful
public int getSuccessful() -
setSuccessful
public void setSuccessful(int successful) -
getOther
public int getOther() -
setOther
public void setOther(int other) -
getMessages
-
setMessages
-
create
-