Class ApplicationDeploymentFailedException

All Implemented Interfaces:
Serializable

public class ApplicationDeploymentFailedException extends DeploymentException
See Also:
  • Constructor Details

    • ApplicationDeploymentFailedException

      public ApplicationDeploymentFailedException()
    • ApplicationDeploymentFailedException

      public ApplicationDeploymentFailedException(Throwable cause)
    • ApplicationDeploymentFailedException

      public ApplicationDeploymentFailedException(int failed, int successful, int other, List<String> messages)
  • 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

      public List<String> getMessages()
    • setMessages

      public void setMessages(List<String> messages)
    • create

      public static ApplicationDeploymentFailedException create(HApplication application)