Package com.xebialabs.deployit.checks
Class Checks.MissingArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.xebialabs.deployit.engine.spi.exception.DeployitException
-
- com.xebialabs.deployit.checks.Checks.MissingArgumentException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Checks
@HttpResponseCodeResult(statusCode=400) public static class Checks.MissingArgumentException extends DeployitException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingArgumentException(java.lang.String parameter)MissingArgumentException(java.lang.String messageTemplate, java.lang.Object... params)
-
Method Summary
-
Methods inherited from class com.xebialabs.deployit.engine.spi.exception.DeployitException
add, addAll, getEntity, getErrors, getMessage, hasEntity, hasErrors
-
-