| 
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Exception Summary | |
|---|---|
| AccessDeniedException | An exception to signal the error condition that the user is not authorized to perform an operation. | 
| IdentityException | This class IdentityException and its subclasses indicate exceptions while performing operations on Identities. | 
| InvalidAttributeValueException | Thrown if an invalid attribute is provided as input in a user manager operation | 
| InvalidSearchOperatorException | Thrown if an invalid search operator is provided as input in a user search operation | 
| NoSuchEntityException | Thrown if the user manager operation is being performed on an entity that does not exist. | 
| NoSuchGroupException | Thrown if the role(group) being assigned to the user does not exist or the details of the role cannot be fetched. | 
| NoSuchOrganizationException | |
| NoSuchResourceException | |
| NoSuchRoleCategoryException | |
| NoSuchRoleException | |
| NoSuchRoleGrantException | |
| NoSuchRoleRelationshipException | |
| NoSuchUserException | Thrown if the user manager operation is being performed on an user that does not exist. | 
| NotificationException | |
| OrganizationAlreadyDeletedException | The OrganizationAlreadyDeletedException class is used when an attempt is made to delete an Organization whose status in the back-end DB is set to Deleted. | 
| OrganizationBulkValidationFailedException | |
| OrganizationCreateException | The OrganizationCreateException class is used to construct failure messages during the creation of an Organization. | 
| OrganizationDeleteException | The OrganizationDeleteException class is used to construct failure messages during the delete operation of an Organization. | 
| OrganizationDeleteSubOrgsExistException | The OrganizationDeleteSubOrgsExistException class is used to construct failure messages during the delete operation of a parent Organization which has sub-Organizations. | 
| OrganizationDeleteSubOrgsUsersExistException | The OrganizationDeleteSubOrgsUsersExistException class is used to construct failure messages during the delete operation of a Sub-Organization which has one or more existing User entities. | 
| OrganizationDeleteUsersExistException | |
| OrganizationDisableException | |
| OrganizationDisableSubOrgsExistException | The OrganizationDisableSubOrgsExistException class is used to construct failure messages during the disable operation of a parent Organization which has sub-Organizations. | 
| OrganizationDisableSubOrgsUsersExistException | The OrganizationDisableSubOrgsUsersExistException class is used to construct failure messages during the disable operation of Sub-Organization which has one or more existing User entities. | 
| OrganizationDisableUsersExistException | The OrganizationDisableUsersExistException class is used to construct failure messages during the disable operation of an Organization which has one or more existing User entities. | 
| OrganizationEnableException | |
| OrganizationEntityOperationException | The OrganizationEntityOperationException class is used to construct generic failure messages while performing certain operation on an Organization. | 
| OrganizationManagerException | |
| OrganizationModificationException | The OrganizationModificationException class is used to construct failure messages during the modify operation of an Organization. | 
| OrganizationNotAlreadyDisabledException | The OrganizationNotAlreadyDisabledException class is used to construct failure messages during the disable operation of an Organization. | 
| OrganizationNotAlreadyEnabledException | The OrganizationNotAlreadyEnabledException class is used to construct failure messages during the enable operation of an Organization. | 
| OrganizationStatusChangeException | The OrganizationStatusChangeException class is used to construct failure messages during the change status operation of an Organization. | 
| OrganizationValidationFailedException | |
| PasswordPolicyFailedException | Thrown if the password provided as input in a user manager operation does not satisfy the applicable password policy. | 
| PasswordVerificationException | Thrown if the verification of the old password fails during a change password operation on a user. | 
| RecursiveProxyException | Thrown if there a recursive proxy being assgined to a user. | 
| ResourceStatusChangeException | |
| RoleAlreadyExistsException | The RoleAlreadyExistsException class is used to construct failure messages during the create operation of Role. | 
| RoleCategoryAlreadyExistsException | The RoleCategoryAlreadyExistsException class is used to construct failure messages during the create operation of Role Category. | 
| RoleCategoryBrowseException | The RoleCategoryBrowseException class is used to construct failure messages during the browse operation of Role Category. | 
| RoleCategoryCreateException | The RoleCategoryCreateException class is used to construct failure messages during the create operation of Role Category. | 
| RoleCategoryDeleteException | The RoleCategoryDeleteException class is used to construct failure messages during the delete operation of Role Category. | 
| RoleCategoryLookupException | The RoleCategoryLookupException class is used to construct failure messages during modify, delete, get RoleCategory details operation of Role Category. | 
| RoleCategoryModifyException | The RoleCategoryModifyException class is used to construct failure messages during the modify operation of Role Category. | 
| RoleCategorySearchException | The RoleCategorySearchException class is used to construct failure messages during the search operation of Role Category. | 
| RoleCreateException | The RoleCreateException class is used to construct failure messages during the create operation of Role. | 
| RoleDeleteException | The RoleDeleteException class is used to construct failure messages during the delete operation of Role. | 
| RoleGrantException | The RoleGrantException class is used to construct failure messages during the grant operation of Role to one or more User entities. | 
| RoleGrantLookupException | The RoleGrantLookupException class is used to construct failure messages during the lookup operation of Role grant attributes. | 
| RoleGrantRevokeException | The RoleGrantRevokeException class is used to construct failure messages during the revoke operation of granted Role(s) to one or more User entities. | 
| RoleGrantUpdateException | The RoleGrantUpdateException class is used to construct failure messages during the update operation of Role grant. | 
| RoleLookupException | The RoleLookupException class is used to construct failure messages during modify, delete, get Role details operations of a Role. | 
| RoleManagerException | |
| RoleMemberException | The RoleMemberException class is used to construct failure messages during the retrieval operation of Role members. | 
| RoleModifyException | The RoleModifyException class is used to construct failure messages during the modify operation of Role. | 
| RoleRelationshipException | The RoleRelationshipException class is used to construct failure messages during direct relationship assignment operation between Roles. | 
| RoleRelationshipLookupException | The RoleRelationshipLookupException class is used to construct failure messages during the lookup operation of Role relationships. | 
| RoleRelationshipRemoveException | The RoleRelationshipRemoveException class is used to construct failure messages during the remove operation of direct Role relationships. | 
| RoleRelationshipUpdateException | The RoleRelationshipUpdateException class is used to construct failure messages during the relationship update operation between two Roles. | 
| RoleSearchException | The RoleSearchException class is used to construct failure messages during the search operation of Role. | 
| SearchAttributeAccessDeniedException | Thrown if the search criteria specified in a user manager operation contains attributes non-authorized for search | 
| SearchKeyNotUniqueException | |
| UnknownAttributeException | Thrown if an attribute provided as an attribute in a user manager operation is an unknown attribute | 
| UnsearchableAttributeException | Thrown when an attribute being searched for in a user manager operation is not searchable | 
| UserAlreadyExistsException | Thrown if the user Id specified for a user in a create user operation already exists | 
| UserAttributeReservationException | Thrown if there is an error while reserving a user attribute | 
| UserBrowseException | Thrown if there is an exception while browsing for user with a specified criteria. | 
| UserCreateException | Thrown if there is any exception while performing a create user operation | 
| UserDeleteException | Thrown if there is any exception while performing a delete user operation | 
| UserDisableException | Thrown if there is any exception while performing a disable user operation | 
| UserEnableException | Thrown if there is any exception while performing an enable user operation | 
| UserLockException | Thrown if there is any exception while performing a lock user operation | 
| UserLookupException | Thrown if there is any exception while performing a lookup user operation | 
| UserManagerAccessDeniedException | |
| UserManagerException | This is a generic exception thrown if there is any exception while performing a user manager operation | 
| UserMembershipException | Thrown if there is any exception while finding role/group memberships for a user | 
| UserModifyException | Thrown if there is any exception while performing a modify user operation | 
| UserNameGenerationException | Thrown if there is any exception during user name generation | 
| UserSearchException | Thrown if there is any exception while performing a search user operation | 
| UserUnlockException | Thrown if there is any exception while performing an unlock user operation | 
| ValidationFailedException | Thrown if there is any exception while performing validation on input data in a user manager operation | 
  | 
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||