Uses of Class
com.atlassian.crowd.exception.ObjectAlreadyExistsException
Packages that use ObjectAlreadyExistsException
Package
Description
-
Uses of ObjectAlreadyExistsException in com.atlassian.crowd.dao.token
Methods in com.atlassian.crowd.dao.token that throw ObjectAlreadyExistsExceptionModifier and TypeMethodDescriptionExpirableUserTokenDao.add
(ExpirableUserToken token) Persist the given tokenExpirableUserTokenDaoHibernate.add
(ExpirableUserToken token) Persists a new token. -
Uses of ObjectAlreadyExistsException in com.atlassian.crowd.exception
Subclasses of ObjectAlreadyExistsException in com.atlassian.crowd.exceptionModifier and TypeClassDescriptionclass
Used to indicate that there exists an application with the same name as the one to be created.class
Thrown to indicate that a membership cannot be added because it already exists.final class
Thrown to indicate that a user already exists in the directory. -
Uses of ObjectAlreadyExistsException in com.atlassian.crowd.manager.token
Methods in com.atlassian.crowd.manager.token that throw ObjectAlreadyExistsException -
Uses of ObjectAlreadyExistsException in com.atlassian.crowd.service.token
Methods in com.atlassian.crowd.service.token that throw ObjectAlreadyExistsExceptionModifier and TypeMethodDescriptionDefaultInviteUserTokenService.createAndStoreToken
(String email, long directoryId, int tokenExpirySeconds) InviteUserTokenService.createAndStoreToken
(String email, long directoryId, int tokenExpirySeconds) Create a new token for the given email address and directory ID and store it