Uses of Package
com.atlassian.crowd.exception

Packages that use com.atlassian.crowd.exception
com.atlassian.crowd.acceptance.tests.client   
com.atlassian.crowd.acceptance.tests.client.load   
com.atlassian.crowd.acceptance.tests.directory   
com.atlassian.crowd.acceptance.tests.persistence.dao.group   
com.atlassian.crowd.acceptance.tests.persistence.manager.token   
com.atlassian.crowd.console.action   
com.atlassian.crowd.console.action.application   
com.atlassian.crowd.console.action.dataimport   
com.atlassian.crowd.console.action.directory   
com.atlassian.crowd.console.action.group   
com.atlassian.crowd.console.action.options   
com.atlassian.crowd.console.action.role   
com.atlassian.crowd.console.action.setup   
com.atlassian.crowd.console.action.user   
com.atlassian.crowd.dao.application   
com.atlassian.crowd.dao.directory   
com.atlassian.crowd.dao.group   
com.atlassian.crowd.dao.membership   
com.atlassian.crowd.dao.property   
com.atlassian.crowd.dao.token   
com.atlassian.crowd.dao.user   
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.hybrid   
com.atlassian.crowd.directory.ldap.cache   
com.atlassian.crowd.directory.loader   
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.core   
com.atlassian.crowd.embedded.core.util   
com.atlassian.crowd.embedded.spi   
com.atlassian.crowd.event   
com.atlassian.crowd.event.listener   
com.atlassian.crowd.exception   
com.atlassian.crowd.integration.atlassianuser   
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.osuser   
com.atlassian.crowd.integration.rest.service   
com.atlassian.crowd.integration.seraph   
com.atlassian.crowd.integration.springsecurity   
com.atlassian.crowd.integration.springsecurity.user   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.authentication   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.manager.directory.monitor   
com.atlassian.crowd.manager.login   
com.atlassian.crowd.manager.login.util   
com.atlassian.crowd.manager.permission   
com.atlassian.crowd.manager.property   
com.atlassian.crowd.manager.token   
com.atlassian.crowd.manager.token.factory   
com.atlassian.crowd.model.directory   
com.atlassian.crowd.openid.server.manager.property   
com.atlassian.crowd.openid.server.model   
com.atlassian.crowd.password.encoder   
com.atlassian.crowd.password.factory   
com.atlassian.crowd.plugin.application.springsecurity   
com.atlassian.crowd.plugin.rest.exception.mapper   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.service.resource   
com.atlassian.crowd.plugin.rest.util   
com.atlassian.crowd.rest.plugin.service   
com.atlassian.crowd.security.demo.action   
com.atlassian.crowd.security.demo.action.group   
com.atlassian.crowd.security.demo.action.user   
com.atlassian.crowd.service   
com.atlassian.crowd.service.cache   
com.atlassian.crowd.service.client   
com.atlassian.crowd.service.soap   
com.atlassian.crowd.service.soap.client   
com.atlassian.crowd.upgrade.tasks   
com.atlassian.crowd.util   
com.atlassian.crowd.util.persistence.hibernate   
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.acceptance.tests.client
ApplicationAccessDeniedException
          Thrown to indicate that a user does not have access to authenticate against an application.
ExpiredCredentialException
          Thrown when the credentials have expired.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidAuthorizationTokenException
          Thrown when the authenticated token is invalid.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.acceptance.tests.client.load
ApplicationAccessDeniedException
          Thrown to indicate that a user does not have access to authenticate against an application.
ExpiredCredentialException
          Thrown when the credentials have expired.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidAuthorizationTokenException
          Thrown when the authenticated token is invalid.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.acceptance.tests.directory
DirectoryCurrentlySynchronisingException
          Thrown when an operation failed because the directory is currently synchronising.
DirectoryInstantiationException
          Exception when a RemoteDirectory implementation can not be loaded by a Directory.
DirectoryNotFoundException
          Thrown when a directory could not be found
GroupNotFoundException
          Thrown when the specified group could not be found.
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidGroupException
          Thrown to indicate an invalid model group.
InvalidMembershipException
          Thrown when a user tries to create a Nested Group membership that is not valid.
InvalidTokenException
          Thrown when an invalid token is provided.
InvalidUserException
           
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
ReadOnlyGroupException
          Thrown when a directory is asked to modify a group or its memberships which cannot be modified.
UserAlreadyExistsException
          Thrown to indicate that a user already exists in the directory.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.acceptance.tests.persistence.dao.group
DirectoryNotFoundException
          Thrown when a directory could not be found
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.acceptance.tests.persistence.manager.token
InvalidTokenException
          Thrown when an invalid token is provided.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.console.action
ApplicationNotFoundException
          Thrown when an application is not found.
DirectoryNotFoundException
          Thrown when a directory could not be found
InvalidAuthorizationTokenException
          Thrown when the authenticated token is invalid.
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidUserException
           
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.console.action.application
ApplicationNotFoundException
          Thrown when an application is not found.
DirectoryNotFoundException
          Thrown when a directory could not be found
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.console.action.dataimport
DirectoryInstantiationException
          Exception when a RemoteDirectory implementation can not be loaded by a Directory.
DirectoryNotFoundException
          Thrown when a directory could not be found
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.console.action.directory
DirectoryInstantiationException
          Exception when a RemoteDirectory implementation can not be loaded by a Directory.
DirectoryNotFoundException
          Thrown when a directory could not be found
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.console.action.group
DirectoryNotFoundException
          Thrown when a directory could not be found
GroupNotFoundException
          Thrown when the specified group could not be found.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.console.action.options
ObjectNotFoundException
          Thrown when an entity is not found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.console.action.role
DirectoryNotFoundException
          Thrown when a directory could not be found
GroupNotFoundException
          Thrown when the specified group could not be found.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.console.action.setup
InvalidCredentialException
          Thrown when the supplied credential is not valid.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.console.action.user
ApplicationNotFoundException
          Thrown when an application is not found.
InvalidUserException
           
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.dao.application
ApplicationNotFoundException
          Thrown when an application is not found.
DirectoryNotFoundException
          Thrown when a directory could not be found
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.dao.directory
DirectoryNotFoundException
          Thrown when a directory could not be found
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.dao.group
DirectoryNotFoundException
          Thrown when a directory could not be found
GroupNotFoundException
          Thrown when the specified group could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.dao.membership
GroupNotFoundException
          Thrown when the specified group could not be found.
MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.dao.property
ObjectNotFoundException
          Thrown when an entity is not found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.dao.token
ObjectNotFoundException
          Thrown when an entity is not found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.dao.user
DirectoryNotFoundException
          Thrown when a directory could not be found
UserAlreadyExistsException
          Thrown to indicate that a user already exists in the directory.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.directory
ExpiredCredentialException
          Thrown when the credentials have expired.
GroupNotFoundException
          Thrown when the specified group could not be found.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidGroupException
          Thrown to indicate an invalid model group.
InvalidMembershipException
          Thrown when a user tries to create a Nested Group membership that is not valid.
InvalidUserException
           
MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
ReadOnlyGroupException
          Thrown when a directory is asked to modify a group or its memberships which cannot be modified.
UserAlreadyExistsException
          Thrown to indicate that a user already exists in the directory.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.directory.hybrid
DirectoryNotFoundException
          Thrown when a directory could not be found
GroupNotFoundException
          Thrown when the specified group could not be found.
InvalidGroupException
          Thrown to indicate an invalid model group.
InvalidMembershipException
          Thrown when a user tries to create a Nested Group membership that is not valid.
MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
ReadOnlyGroupException
          Thrown when a directory is asked to modify a group or its memberships which cannot be modified.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.directory.ldap.cache
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.directory.loader
DirectoryInstantiationException
          Exception when a RemoteDirectory implementation can not be loaded by a Directory.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.embedded.api
DirectoryCurrentlySynchronisingException
          Thrown when an operation failed because the directory is currently synchronising.
FailedAuthenticationException
           
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidMembershipException
          Thrown when a user tries to create a Nested Group membership that is not valid.
InvalidUserException
           
OperationNotPermittedException
          Thrown when the operation is not permitted.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.embedded.core
DirectoryCurrentlySynchronisingException
          Thrown when an operation failed because the directory is currently synchronising.
FailedAuthenticationException
           
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidMembershipException
          Thrown when a user tries to create a Nested Group membership that is not valid.
InvalidUserException
           
OperationNotPermittedException
          Thrown when the operation is not permitted.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.embedded.core.util
InvalidGroupException
          Thrown to indicate an invalid model group.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.embedded.spi
DirectoryNotFoundException
          Thrown when a directory could not be found
GroupNotFoundException
          Thrown when the specified group could not be found.
MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
UserAlreadyExistsException
          Thrown to indicate that a user already exists in the directory.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.event
CrowdException
          CrowdException is the superclass of Crowd-specific exceptions that must be caught.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.event.listener
ObjectNotFoundException
          Thrown when an entity is not found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.exception
CrowdException
          CrowdException is the superclass of Crowd-specific exceptions that must be caught.
FailedAuthenticationException
           
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidGroupException
          Thrown to indicate an invalid model group.
InvalidTokenException
          Thrown when an invalid token is provided.
ObjectNotFoundException
          Thrown when an entity is not found.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
PermissionException
          Permission Exception this Exception will handle Exceptions to do with CRUD operations on Applications, Directories etc.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.integration.atlassianuser
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidAuthorizationTokenException
          Thrown when the authenticated token is invalid.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.integration.http
ApplicationAccessDeniedException
          Thrown to indicate that a user does not have access to authenticate against an application.
ApplicationPermissionException
          Thrown to indicate that an Application does not have the required permission to perform the operation.
ExpiredCredentialException
          Thrown when the credentials have expired.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidAuthorizationTokenException
          Thrown when the authenticated token is invalid.
InvalidTokenException
          Thrown when an invalid token is provided.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.integration.osuser
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.integration.rest.service
ApplicationAccessDeniedException
          Thrown to indicate that a user does not have access to authenticate against an application.
ApplicationPermissionException
          Thrown to indicate that an Application does not have the required permission to perform the operation.
ExpiredCredentialException
          Thrown when the credentials have expired.
GroupNotFoundException
          Thrown when the specified group could not be found.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidEmailAddressException
          Thrown when the email address is not valid.
InvalidGroupException
          Thrown to indicate an invalid model group.
InvalidTokenException
          Thrown when an invalid token is provided.
InvalidUserException
           
MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
UnsupportedCrowdApiException
          Failure because this API call is only supported by a later version of Crowd.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.integration.seraph
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.integration.springsecurity
ApplicationAccessDeniedException
          Thrown to indicate that a user does not have access to authenticate against an application.
ExpiredCredentialException
          Thrown when the credentials have expired.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidAuthorizationTokenException
          Thrown when the authenticated token is invalid.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.integration.springsecurity.user
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidAuthorizationTokenException
          Thrown when the authenticated token is invalid.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.manager.application
ApplicationNotFoundException
          Thrown when an application is not found.
ApplicationPermissionException
          Thrown to indicate that an Application does not have the required permission to perform the operation.
BulkAddFailedException
          Thrown to indicate that a bulk add operation has failed.
DirectoryNotFoundException
          Thrown when a directory could not be found
ExpiredCredentialException
          Thrown when the credentials have expired.
GroupNotFoundException
          Thrown when the specified group could not be found.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidEmailAddressException
          Thrown when the email address is not valid.
InvalidGroupException
          Thrown to indicate an invalid model group.
InvalidMembershipException
          Thrown when a user tries to create a Nested Group membership that is not valid.
InvalidUserException
           
MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.manager.authentication
ApplicationNotFoundException
          Thrown when an application is not found.
DirectoryNotFoundException
          Thrown when a directory could not be found
ExpiredCredentialException
          Thrown when the credentials have expired.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidTokenException
          Thrown when an invalid token is provided.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.manager.directory
DirectoryCurrentlySynchronisingException
          Thrown when an operation failed because the directory is currently synchronising.
DirectoryInstantiationException
          Exception when a RemoteDirectory implementation can not be loaded by a Directory.
DirectoryNotFoundException
          Thrown when a directory could not be found
ExpiredCredentialException
          Thrown when the credentials have expired.
GroupNotFoundException
          Thrown when the specified group could not be found.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidEmailAddressException
          Thrown when the email address is not valid.
InvalidGroupException
          Thrown to indicate an invalid model group.
InvalidMembershipException
          Thrown when a user tries to create a Nested Group membership that is not valid.
InvalidUserException
           
MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
NestedGroupsNotSupportedException
          Thrown when a user attempts to add a group to another group in a Directory that does not support nested groups.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
PermissionException
          Permission Exception this Exception will handle Exceptions to do with CRUD operations on Applications, Directories etc.
ReadOnlyGroupException
          Thrown when a directory is asked to modify a group or its memberships which cannot be modified.
UserAlreadyExistsException
          Thrown to indicate that a user already exists in the directory.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.manager.directory.monitor
DirectoryInstantiationException
          Exception when a RemoteDirectory implementation can not be loaded by a Directory.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.manager.login
ApplicationPermissionException
          Thrown to indicate that an Application does not have the required permission to perform the operation.
DirectoryNotFoundException
          Thrown when a directory could not be found
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidEmailAddressException
          Thrown when the email address is not valid.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.manager.login.util
InvalidEmailAddressException
          Thrown when the email address is not valid.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.manager.permission
ApplicationNotFoundException
          Thrown when an application is not found.
DirectoryNotFoundException
          Thrown when a directory could not be found
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.manager.property
ObjectNotFoundException
          Thrown when an entity is not found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.manager.token
ObjectNotFoundException
          Thrown when an entity is not found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.manager.token.factory
InvalidTokenException
          Thrown when an invalid token is provided.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.model.directory
DirectoryInstantiationException
          Exception when a RemoteDirectory implementation can not be loaded by a Directory.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.openid.server.manager.property
ObjectNotFoundException
          Thrown when an entity is not found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.openid.server.model
ObjectNotFoundException
          Thrown when an entity is not found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.password.encoder
PasswordEncoderException
          An exception that is thrown if we have failed to encrypt a password with a given PasswordEncoder
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.password.factory
PasswordEncoderException
          An exception that is thrown if we have failed to encrypt a password with a given PasswordEncoder
PasswordEncoderNotFoundException
          This exception is thrown if no PasswordEncoder is found when a lookup is done on the PasswordEncoderFactory
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.plugin.application.springsecurity
ApplicationAccessDeniedException
          Thrown to indicate that a user does not have access to authenticate against an application.
ExpiredCredentialException
          Thrown when the credentials have expired.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidAuthorizationTokenException
          Thrown when the authenticated token is invalid.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.plugin.rest.exception.mapper
ApplicationNotFoundException
          Thrown when an application is not found.
ApplicationPermissionException
          Thrown to indicate that an Application does not have the required permission to perform the operation.
DirectoryNotFoundException
          Thrown when a directory could not be found
ExpiredCredentialException
          Thrown when the credentials have expired.
GroupNotFoundException
          Thrown when the specified group could not be found.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidEmailAddressException
          Thrown when the email address is not valid.
InvalidGroupException
          Thrown to indicate an invalid model group.
InvalidTokenException
          Thrown when an invalid token is provided.
InvalidUserException
           
MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
NestedGroupsNotSupportedException
          Thrown when a user attempts to add a group to another group in a Directory that does not support nested groups.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.plugin.rest.service.controller
ApplicationNotFoundException
          Thrown when an application is not found.
ApplicationPermissionException
          Thrown to indicate that an Application does not have the required permission to perform the operation.
DirectoryNotFoundException
          Thrown when a directory could not be found
ExpiredCredentialException
          Thrown when the credentials have expired.
GroupNotFoundException
          Thrown when the specified group could not be found.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidEmailAddressException
          Thrown when the email address is not valid.
InvalidGroupException
          Thrown to indicate an invalid model group.
InvalidMembershipException
          Thrown when a user tries to create a Nested Group membership that is not valid.
InvalidTokenException
          Thrown when an invalid token is provided.
InvalidUserException
           
MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.plugin.rest.service.resource
ApplicationNotFoundException
          Thrown when an application is not found.
ApplicationPermissionException
          Thrown to indicate that an Application does not have the required permission to perform the operation.
DirectoryNotFoundException
          Thrown when a directory could not be found
ExpiredCredentialException
          Thrown when the credentials have expired.
GroupNotFoundException
          Thrown when the specified group could not be found.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidEmailAddressException
          Thrown when the email address is not valid.
InvalidGroupException
          Thrown to indicate an invalid model group.
InvalidMembershipException
          Thrown when a user tries to create a Nested Group membership that is not valid.
InvalidTokenException
          Thrown when an invalid token is provided.
InvalidUserException
           
MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.plugin.rest.util
DirectoryNotFoundException
          Thrown when a directory could not be found
GroupNotFoundException
          Thrown when the specified group could not be found.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.rest.plugin.service
DirectoryInstantiationException
          Exception when a RemoteDirectory implementation can not be loaded by a Directory.
DirectoryNotFoundException
          Thrown when a directory could not be found
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.security.demo.action
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.security.demo.action.group
ApplicationPermissionException
          Thrown to indicate that an Application does not have the required permission to perform the operation.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.security.demo.action.user
ApplicationPermissionException
          Thrown to indicate that an Application does not have the required permission to perform the operation.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidAuthorizationTokenException
          Thrown when the authenticated token is invalid.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.service
ApplicationAccessDeniedException
          Thrown to indicate that a user does not have access to authenticate against an application.
ApplicationPermissionException
          Thrown to indicate that an Application does not have the required permission to perform the operation.
BulkAddFailedException
          Thrown to indicate that a bulk add operation has failed.
ExpiredCredentialException
          Thrown when the credentials have expired.
GroupNotFoundException
          Thrown when the specified group could not be found.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidAuthorizationTokenException
          Thrown when the authenticated token is invalid.
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidGroupException
          Thrown to indicate an invalid model group.
InvalidTokenException
          Thrown when an invalid token is provided.
InvalidUserException
           
MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.service.cache
ApplicationAccessDeniedException
          Thrown to indicate that a user does not have access to authenticate against an application.
ApplicationPermissionException
          Thrown to indicate that an Application does not have the required permission to perform the operation.
BulkAddFailedException
          Thrown to indicate that a bulk add operation has failed.
ExpiredCredentialException
          Thrown when the credentials have expired.
GroupNotFoundException
          Thrown when the specified group could not be found.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidAuthorizationTokenException
          Thrown when the authenticated token is invalid.
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidGroupException
          Thrown to indicate an invalid model group.
InvalidTokenException
          Thrown when an invalid token is provided.
InvalidUserException
           
MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.service.client
ApplicationAccessDeniedException
          Thrown to indicate that a user does not have access to authenticate against an application.
ApplicationPermissionException
          Thrown to indicate that an Application does not have the required permission to perform the operation.
ExpiredCredentialException
          Thrown when the credentials have expired.
GroupNotFoundException
          Thrown when the specified group could not be found.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidEmailAddressException
          Thrown when the email address is not valid.
InvalidGroupException
          Thrown to indicate an invalid model group.
InvalidTokenException
          Thrown when an invalid token is provided.
InvalidUserException
           
MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
UnsupportedCrowdApiException
          Failure because this API call is only supported by a later version of Crowd.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.service.soap
InvalidAuthorizationTokenException
          Thrown when the authenticated token is invalid.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.service.soap.client
ApplicationAccessDeniedException
          Thrown to indicate that a user does not have access to authenticate against an application.
ApplicationPermissionException
          Thrown to indicate that an Application does not have the required permission to perform the operation.
BulkAddFailedException
          Thrown to indicate that a bulk add operation has failed.
ExpiredCredentialException
          Thrown when the credentials have expired.
GroupNotFoundException
          Thrown when the specified group could not be found.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidAuthorizationTokenException
          Thrown when the authenticated token is invalid.
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidEmailAddressException
          Thrown when the email address is not valid.
InvalidGroupException
          Thrown to indicate an invalid model group.
InvalidRoleException
          Thrown when an invalid role is provided.
InvalidTokenException
          Thrown when an invalid token is provided.
InvalidUserException
           
MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.upgrade.tasks
DirectoryNotFoundException
          Thrown when a directory could not be found
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.util
ApplicationAccessDeniedException
          Thrown to indicate that a user does not have access to authenticate against an application.
ApplicationPermissionException
          Thrown to indicate that an Application does not have the required permission to perform the operation.
BulkAddFailedException
          Thrown to indicate that a bulk add operation has failed.
DirectoryNotFoundException
          Thrown when a directory could not be found
ExpiredCredentialException
          Thrown when the credentials have expired.
GroupNotFoundException
          Thrown when the specified group could not be found.
InactiveAccountException
          Thrown when the account is inactive.
InvalidAuthenticationException
          Thrown when the attempted authentication is not valid.
InvalidAuthorizationTokenException
          Thrown when the authenticated token is invalid.
InvalidCredentialException
          Thrown when the supplied credential is not valid.
InvalidEmailAddressException
          Thrown when the email address is not valid.
InvalidGroupException
          Thrown to indicate an invalid model group.
InvalidRoleException
          Thrown when an invalid role is provided.
InvalidTokenException
          Thrown when an invalid token is provided.
InvalidUserException
           
MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
ObjectNotFoundException
          Thrown when an entity is not found.
OperationFailedException
          Represents an error when executing an operation on the remote directory failed for some reason.
UserNotFoundException
          Thrown when the specified user could not be found.
 

Classes in com.atlassian.crowd.exception used by com.atlassian.crowd.util.persistence.hibernate
ObjectNotFoundException
          Thrown when an entity is not found.
 



Copyright © 2012 Atlassian. All Rights Reserved.