public class InvalidDeploymentPlanException extends Exception
DeploymentPlan
is invalid since it
could leave the domain in an invalid state.Constructor and Description |
---|
InvalidDeploymentPlanException(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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidDeploymentPlanException(String message)
message
- the messageCopyright © 2021 JBoss by Red Hat. All rights reserved.