com.xebialabs.deployit.core.rest.api
Class ControlTaskResource.InvalidControlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.xebialabs.deployit.engine.spi.exception.DeployitException
                  extended by com.xebialabs.deployit.core.rest.api.ControlTaskResource.InvalidControlException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ControlTaskResource

@HttpResponseCodeResult(statusCode=400)
public static class ControlTaskResource.InvalidControlException
extends com.xebialabs.deployit.engine.spi.exception.DeployitException

See Also:
Serialized Form

Constructor Summary
ControlTaskResource.InvalidControlException(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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ControlTaskResource.InvalidControlException

public ControlTaskResource.InvalidControlException(java.lang.String messageTemplate,
                                                   java.lang.Object... params)