Package oracle.iam.identity.exception


package oracle.iam.identity.exception
  • Exceptions
    Class
    Description
    An exception to signal the error condition that the user is not authorized to perform an operation.
    This class IdentityException and its subclasses indicate exceptions while performing operations on Identities.
    Thrown if an invalid attribute is provided as input in a user manager operation
    Thrown if an invalid search operator is provided as input in a user search operation
    Thrown if the user manager operation is being performed on an entity that does not exist.
    Thrown if the role(group) being assigned to the user does not exist or the details of the role cannot be fetched.
    Thrown if the operation is being performed on an organization that does not exist.
    Thrown if the operation is being performed on a resource that does not exist.
    Thrown if the operation is being performed on an role category that does not exist.
    Thrown if the operation is being performed on an role that does not exist.
    Thrown if the role granted does not exist.
    Thrown if the Role Relationship requested for is not present .
    Thrown if the user manager operation is being performed on an user that does not exist.
    Thrown if the notification operations fails .
    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.
    Thrown when there is a validation exception while performing bulk operation on an Organization
    The OrganizationCreateException class is used to construct failure messages during the creation of an Organization.
    The OrganizationDeleteException class is used to construct failure messages during the delete operation of an Organization.
    The OrganizationDeleteSubOrgsExistException class is used to construct failure messages during the delete operation of a parent Organization which has sub-Organizations.
    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.
    Thrown when delete operation is being performed on an orgnazation which has active members
    The OrganizationDisableException class is used to construct failure messages during the disable operation of an Organization
    The OrganizationDisableSubOrgsExistException class is used to construct failure messages during the disable operation of a parent Organization which has sub-Organizations.
    The OrganizationDisableSubOrgsUsersExistException class is used to construct failure messages during the disable operation of Sub-Organization which has one or more existing User entities.
    The OrganizationDisableUsersExistException class is used to construct failure messages during the disable operation of an Organization which has one or more existing User entities.
    The OrganizationEnableException class is used to construct failure messages during the enable operation of an Organization
    The OrganizationEntityOperationException class is used to construct generic failure messages while performing certain operation on an Organization.
    The OrganizationManagerException class is used to construct failure messages if there is an exception during an operation being performed on an Organization
    The OrganizationModificationException class is used to construct failure messages during the modify operation of an Organization.
    The OrganizationNotAlreadyDisabledException class is used to construct failure messages during the disable operation of an Organization.
    The OrganizationNotAlreadyEnabledException class is used to construct failure messages during the enable operation of an Organization.
    Thrown when while deleting the Organization presence of published entities is detected that would be orphaned if this org is deleted.
    The OrganizationStatusChangeException class is used to construct failure messages during the change status operation of an Organization.
    Thrown when there is a validation exception while performing an operation on an organization
    Thrown if the password provided as input in a user manager operation does not satisfy the applicable password policy.
    Thrown if the verification of the old password fails during a change password operation on a user.
    Thrown if there a recursive proxy being assgined to a user.
    Thrown when there is an exception while chaning the status of the provisioned resource
    The RoleAlreadyExistsException class is used to construct failure messages during the create operation of Role.
    The RoleCategoryAlreadyExistsException class is used to construct failure messages during the create operation of Role Category.
    The RoleCategoryBrowseException class is used to construct failure messages during the browse operation of Role Category.
    The RoleCategoryCreateException class is used to construct failure messages during the create operation of Role Category.
    The RoleCategoryDeleteException class is used to construct failure messages during the delete operation of Role Category.
    The RoleCategoryLookupException class is used to construct failure messages during modify, delete, get RoleCategory details operation of Role Category.
    The RoleCategoryModifyException class is used to construct failure messages during the modify operation of Role Category.
    The RoleCategorySearchException class is used to construct failure messages during the search operation of Role Category.
    The RoleCreateException class is used to construct failure messages during the create operation of Role.
    The RoleDeleteException class is used to construct failure messages during the delete operation of Role.
    The RoleGrantException class is used to construct failure messages during the grant operation of Role to one or more User entities.
    The RoleGrantLookupException class is used to construct failure messages during the lookup operation of Role grant attributes.
    The RoleGrantRevokeException class is used to construct failure messages during the revoke operation of granted Role(s) to one or more User entities.
    The RoleGrantUpdateException class is used to construct failure messages during the update operation of Role grant.
    The RoleLookupException class is used to construct failure messages during modify, delete, get Role details operations of a Role.
    Thrown when there is an exception while performing an operation on the Role entity
    The RoleMemberException class is used to construct failure messages during the retrieval operation of Role members.
    The RoleModifyException class is used to construct failure messages during the modify operation of Role.
    The RoleRelationshipException class is used to construct failure messages during direct relationship assignment operation between Roles.
    The RoleRelationshipLookupException class is used to construct failure messages during the lookup operation of Role relationships.
    The RoleRelationshipRemoveException class is used to construct failure messages during the remove operation of direct Role relationships.
    The RoleRelationshipUpdateException class is used to construct failure messages during the relationship update operation between two Roles.
    The RoleSearchException class is used to construct failure messages during the search operation of Role.
    Thrown when there is an exception in the rule engine.
    Thrown if the search criteria specified in a user manager operation contains attributes non-authorized for search
    Thrown if the search is performed with a criteria that doesnt yields a unique result.
    Thrown if an attribute provided as an attribute in a user manager operation is an unknown attribute
    Thrown when an attribute being searched for in a user manager operation is not searchable
    Thrown if the user Id specified for a user in a create user operation already exists
    Thrown if there is an error while reserving a user attribute
    Thrown if there is an exception while browsing for user with a specified criteria.
    Thrown if there is any exception while performing a create user operation
    Thrown if there is any exception while performing a delete user operation
    Thrown if there is any exception while performing a disable user operation
    Thrown if there is any exception while performing an enable user operation
    Thrown if there is any exception while performing a lock user operation
    Thrown if there is any exception while performing a lookup user operation
    Thrown when logged in user doesnt' have the permisssion to perform the operation
    This is a generic exception thrown if there is any exception while performing a user manager operation
    Thrown if there is any exception while finding role/group memberships for a user
    Thrown if there is any exception while performing a modify user operation
    Thrown if there is any exception during user name generation
    Thrown if there is any exception while performing a search user operation
    Thrown if there is any exception while performing an unlock user operation
    Thrown if there is any exception while performing validation on input data in a user manager operation