Uses of Class
org.jboss.as.controller.client.helpers.domain.InvalidDeploymentPlanException
-
Packages that use InvalidDeploymentPlanException Package Description org.jboss.as.controller.client.helpers.domain Convenience API built on top of thecore management APIto make it easier to perform common management tasks against a JBoss Application Server Managed Domain.org.jboss.as.controller.client.helpers.domain.impl Implementation classes to support themanaged domain convenience API. -
-
Uses of InvalidDeploymentPlanException in org.jboss.as.controller.client.helpers.domain
Subclasses of InvalidDeploymentPlanException in org.jboss.as.controller.client.helpers.domain Modifier and Type Class Description classIncompleteDeploymentReplaceExceptionInvalidDeploymentPlanExceptionthrown when a deployment plan specifies that a new version of content replace existing content of the same unique name, but does not apply the replacement to all server groups that have the existing content deployed.Methods in org.jboss.as.controller.client.helpers.domain that return InvalidDeploymentPlanException Modifier and Type Method Description InvalidDeploymentPlanExceptionDeploymentPlanResult. getInvalidDeploymentPlanException()Gets the exception describing the problem with a deployment plan that is notvalid. -
Uses of InvalidDeploymentPlanException in org.jboss.as.controller.client.helpers.domain.impl
Methods in org.jboss.as.controller.client.helpers.domain.impl that return InvalidDeploymentPlanException Modifier and Type Method Description InvalidDeploymentPlanExceptionDeploymentPlanResultImpl. getInvalidDeploymentPlanException()Constructors in org.jboss.as.controller.client.helpers.domain.impl with parameters of type InvalidDeploymentPlanException Constructor Description DeploymentPlanResultImpl(DeploymentPlan plan, InvalidDeploymentPlanException invalidPlanException)
-