Class ItemInUseException

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

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

    • ItemInUseException

      public ItemInUseException(String messageTemplate, Object... params)
    • ItemInUseException

      public ItemInUseException(Throwable cause, String messageTemplate, Object... params)