Class ExternalVariableResolutionFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.xebialabs.deployit.engine.spi.exception.DeployitException
-
- com.xebialabs.xlrelease.externalproviders.ExternalVariableResolutionFailedException
-
- All Implemented Interfaces:
java.io.Serializable
@HttpResponseCodeResult(statusCode=400) public class ExternalVariableResolutionFailedException extends com.xebialabs.deployit.engine.spi.exception.DeployitExceptionThrown when a release is executed and we can't communicate with an external server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalVariableResolutionFailedException(java.lang.String messageTemplate, java.lang.Object... params)ExternalVariableResolutionFailedException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.xebialabs.deployit.engine.spi.exception.DeployitException
add, addAll, getEntity, getErrors, getMessage, hasEntity, hasErrors
-
-