Class InvalidDeploymentPlanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.as.controller.client.helpers.domain.InvalidDeploymentPlanException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IncompleteDeploymentReplaceException
Exception indicating a given
DeploymentPlan is invalid since it
could leave the domain in an invalid state.- Author:
- Brian Stansberry
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidDeploymentPlanException(String message) Constructs a new InvalidDeploymentPlanException with the given message.InvalidDeploymentPlanException(String message, Exception cause) Constructs a new InvalidDeploymentPlanException with the given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDeploymentPlanException
Constructs a new InvalidDeploymentPlanException with the given message.- Parameters:
message- the message
-
InvalidDeploymentPlanException
Constructs a new InvalidDeploymentPlanException with the given message and cause.- Parameters:
message- the messagecause- the cause
-