Class InvalidDeploymentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.xebialabs.deployit.engine.spi.exception.DeployitException
-
- com.xebialabs.deployit.core.rest.api.InvalidDeploymentException
-
- All Implemented Interfaces:
java.io.Serializable
@HttpResponseCodeResult(statusCode=400) public class InvalidDeploymentException extends com.xebialabs.deployit.engine.spi.exception.DeployitException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidDeploymentException(com.xebialabs.deployit.engine.api.dto.Deployment deployment)InvalidDeploymentException(java.lang.String message)
-
Method Summary
-
Methods inherited from class com.xebialabs.deployit.engine.spi.exception.DeployitException
add, addAll, getEntity, getErrors, getMessage, hasEntity, hasErrors
-
-