Uses of Class
pro.taskana.user.api.exceptions.UserAlreadyExistException
-
Packages that use UserAlreadyExistException Package Description pro.taskana.user.api pro.taskana.user.internal -
-
Uses of UserAlreadyExistException in pro.taskana.user.api
Methods in pro.taskana.user.api that throw UserAlreadyExistException Modifier and Type Method Description UserUserService. createUser(User userToCreate)Creates a new User. -
Uses of UserAlreadyExistException in pro.taskana.user.internal
Methods in pro.taskana.user.internal that throw UserAlreadyExistException Modifier and Type Method Description UserUserServiceImpl. createUser(User userToCreate)
-