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:
java.io.Serializable
@HttpResponseCodeResult(statusCode=409) public class UserAlreadyExistsException extends com.xebialabs.deployit.engine.spi.exception.DeployitExceptionThis exception should be thrown when trying to create a user with a principal which already exists in the repository.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserAlreadyExistsException(java.lang.String username)
-
Method Summary
-
Methods inherited from class com.xebialabs.deployit.engine.spi.exception.DeployitException
add, addAll, getEntity, getErrors, getMessage, hasEntity, hasErrors
-
-