Uses of Class
com.atlassian.crowd.exception.CrowdException

Packages that use CrowdException
com.atlassian.crowd.event   
com.atlassian.crowd.exception   
 

Uses of CrowdException in com.atlassian.crowd.event
 

Subclasses of CrowdException in com.atlassian.crowd.event
 class EventTokenExpiredException
          Thrown when an event token is either not recognised or has expired.
 class IncrementalSynchronisationNotAvailableException
           
 

Uses of CrowdException in com.atlassian.crowd.exception
 

Subclasses of CrowdException in com.atlassian.crowd.exception
 class AccountNotFoundException
          Thrown when the account could not be found during an authentication attempt.
 class ApplicationNotFoundException
          Thrown when an application is not found.
 class DirectoryCurrentlySynchronisingException
          Thrown when an operation failed because the directory is currently synchronising.
 class DirectoryInstantiationException
          Exception when a RemoteDirectory implementation can not be loaded by a Directory.
 class DirectoryNotFoundException
          Thrown when a directory could not be found
 class ExpiredCredentialException
          Thrown when the credentials have expired.
 class FailedAuthenticationException
           
 class GroupNotFoundException
          Thrown when the specified group could not be found.
 class InactiveAccountException
          Thrown when the account is inactive.
 class InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
 class InvalidCredentialException
          Thrown when the supplied credential is not valid.
 class InvalidCrowdServiceException
          Thrown when a Crowd client is not communicating with a valid Crowd service.
 class InvalidGroupException
          Thrown to indicate an invalid model group.
 class InvalidMembershipException
          Thrown when a user tries to create a Nested Group membership that is not valid.
 class InvalidRoleException
          Thrown when an invalid role is provided.
 class InvalidUserException
           
 class MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
 class NestedGroupsNotSupportedException
          Thrown when a user attempts to add a group to another group in a Directory that does not support nested groups.
 class ObjectNotFoundException
          Thrown when an entity is not found.
 class OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
 class OperationNotPermittedException
          Thrown when the operation is not permitted.
 class OperationNotSupportedException
          Checked exception thrown if the requested operation is not supported.
 class ReadOnlyGroupException
          Thrown when a directory is asked to modify a group or its memberships which cannot be modified.
 class UnsupportedCrowdApiException
          Failure because this API call is only supported by a later version of Crowd.
 class UserAlreadyExistsException
          Thrown to indicate that a user already exists in the directory.
 class UserNotFoundException
          Thrown when the specified user could not be found.
 



Copyright © 2012 Atlassian. All Rights Reserved.