com.xebialabs.deployit.service.deployment
Class DeploymentService.DeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.xebialabs.deployit.exception.DeployitException
                  extended by com.xebialabs.deployit.service.deployment.DeploymentService.DeploymentException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DeploymentService

@HttpResponseCodeResult(statusCode=400)
public static class DeploymentService.DeploymentException
extends DeployitException

See Also:
Serialized Form

Constructor Summary
DeploymentService.DeploymentException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class com.xebialabs.deployit.exception.DeployitException
add, addAll, getErrors, getMessage, 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

DeploymentService.DeploymentException

public DeploymentService.DeploymentException(java.lang.String message)