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 Summary
Constructors -
Method Summary
Methods inherited from class com.xebialabs.deployit.engine.spi.exception.DeployitException
add, addAll, getEntity, getErrors, getMessage, hasEntity, hasErrorsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserAlreadyExistsException
-