Class ItemAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xebialabs.deployit.engine.spi.exception.DeployitException
com.xebialabs.deployit.repository.ItemAlreadyExistsException
All Implemented Interfaces:
Serializable

@HttpResponseCodeResult(statusCode=400) public class ItemAlreadyExistsException extends com.xebialabs.deployit.engine.spi.exception.DeployitException
See Also:
  • Constructor Details

    • ItemAlreadyExistsException

      public ItemAlreadyExistsException(String messageTemplate, Object... params)