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
public class ApplicationDeploymentFailedException extends DeploymentException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ApplicationDeploymentFailedException()ApplicationDeploymentFailedException(int failed, int successful, int other, List<String> messages) -
Method Summary
Modifier and Type Method Description static ApplicationDeploymentFailedExceptioncreate(HApplication application)intgetFailed()List<String>getMessages()intgetOther()intgetSuccessful()voidsetFailed(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
-
-
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
-