Uses of Class
org.jboss.as.controller.client.helpers.domain.InvalidDeploymentPlanException
Packages that use InvalidDeploymentPlanException
Package
Description
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a JBoss Application Server Managed Domain.Implementation classes to support the
managed domain convenience API.-
Uses of InvalidDeploymentPlanException in org.jboss.as.controller.client.helpers.domain
Modifier and TypeClassDescriptionclassInvalidDeploymentPlanExceptionthrown 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 InvalidDeploymentPlanExceptionModifier and TypeMethodDescriptionDeploymentPlanResult.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 InvalidDeploymentPlanExceptionConstructors in org.jboss.as.controller.client.helpers.domain.impl with parameters of type InvalidDeploymentPlanExceptionModifierConstructorDescriptionDeploymentPlanResultImpl(DeploymentPlan plan, InvalidDeploymentPlanException invalidPlanException)