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

public class InvalidDeploymentPlanException extends Exception
Exception indicating a given DeploymentPlan is invalid since it could leave the domain in an invalid state.
Author:
Brian Stansberry
See Also:
  • Constructor Details

    • InvalidDeploymentPlanException

      public InvalidDeploymentPlanException(String message)
      Constructs a new InvalidDeploymentPlanException with the given message.
      Parameters:
      message - the message
    • InvalidDeploymentPlanException

      public InvalidDeploymentPlanException(String message, Exception cause)
      Constructs a new InvalidDeploymentPlanException with the given message and cause.
      Parameters:
      message - the message
      cause - the cause