Uses of Class
com.atlassian.crowd.exception.UserNotFoundException
Packages that use UserNotFoundException
-
Uses of UserNotFoundException in com.atlassian.crowd.exception
Methods in com.atlassian.crowd.exception that return UserNotFoundExceptionModifier and TypeMethodDescriptionstatic UserNotFoundExceptionUserNotFoundException.forExternalId(String externalId) Methods in com.atlassian.crowd.exception that throw UserNotFoundExceptionModifier and TypeMethodDescriptionstatic voidUserNotFoundException.throwNotFoundByExternalId(String externalId) Static factory to throw a UserNotFoundException when searching by externalId rather than username.