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