Class UserAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xebialabs.deployit.engine.spi.exception.DeployitException
com.xebialabs.deployit.security.authentication.UserAlreadyExistsException
All Implemented Interfaces:
Serializable

@HttpResponseCodeResult(statusCode=409) public class UserAlreadyExistsException extends com.xebialabs.deployit.engine.spi.exception.DeployitException
This exception should be thrown when trying to create a user with a principal which already exists in the repository.
See Also:
  • Constructor Details

    • UserAlreadyExistsException

      public UserAlreadyExistsException(String username)