Class IncompleteDeploymentReplaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.as.controller.client.helpers.domain.InvalidDeploymentPlanException
org.jboss.as.controller.client.helpers.domain.IncompleteDeploymentReplaceException
- All Implemented Interfaces:
Serializable
InvalidDeploymentPlanException thrown 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.- Author:
- Brian Stansberry
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncompleteDeploymentReplaceException(String deploymentName, String... missingGroups) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompleteDeploymentReplaceException
-