Package oracle.iam.identity.exception
package oracle.iam.identity.exception
-
ExceptionsClassDescriptionAn 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 operationThrown if an invalid search operator is provided as input in a user search operationThrown 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 .TheOrganizationAlreadyDeletedException
class is used when an attempt is made to delete an Organization whose status in the back-end DB is set toDeleted
.Thrown when there is a validation exception while performing bulk operation on an OrganizationTheOrganizationCreateException
class is used to construct failure messages during the creation of an Organization.TheOrganizationDeleteException
class is used to construct failure messages during the delete operation of an Organization.TheOrganizationDeleteSubOrgsExistException
class is used to construct failure messages during the delete operation of a parent Organization which has sub-Organizations.TheOrganizationDeleteSubOrgsUsersExistException
class is used to construct failure messages during the delete operation of a Sub-Organization which has one or more existingUser
entities.Thrown when delete operation is being performed on an orgnazation which has active membersTheOrganizationDisableException
class is used to construct failure messages during the disable operation of an OrganizationTheOrganizationDisableSubOrgsExistException
class is used to construct failure messages during the disable operation of a parent Organization which has sub-Organizations.TheOrganizationDisableSubOrgsUsersExistException
class is used to construct failure messages during the disable operation of Sub-Organization which has one or more existingUser
entities.TheOrganizationDisableUsersExistException
class is used to construct failure messages during the disable operation of an Organization which has one or more existingUser
entities.TheOrganizationEnableException
class is used to construct failure messages during the enable operation of an OrganizationTheOrganizationEntityOperationException
class is used to construct generic failure messages while performing certain operation on an Organization.TheOrganizationManagerException
class is used to construct failure messages if there is an exception during an operation being performed on an OrganizationTheOrganizationModificationException
class is used to construct failure messages during the modify operation of an Organization.TheOrganizationNotAlreadyDisabledException
class is used to construct failure messages during the disable operation of an Organization.TheOrganizationNotAlreadyEnabledException
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.TheOrganizationStatusChangeException
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 organizationThrown 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 resourceTheRoleAlreadyExistsException
class is used to construct failure messages during the create operation of Role.TheRoleCategoryAlreadyExistsException
class is used to construct failure messages during the create operation of Role Category.TheRoleCategoryBrowseException
class is used to construct failure messages during the browse operation of Role Category.TheRoleCategoryCreateException
class is used to construct failure messages during the create operation of Role Category.TheRoleCategoryDeleteException
class is used to construct failure messages during the delete operation of Role Category.TheRoleCategoryLookupException
class is used to construct failure messages during modify, delete, getRoleCategory
details operation of Role Category.TheRoleCategoryModifyException
class is used to construct failure messages during the modify operation of Role Category.TheRoleCategorySearchException
class is used to construct failure messages during the search operation of Role Category.TheRoleCreateException
class is used to construct failure messages during the create operation of Role.TheRoleDeleteException
class is used to construct failure messages during the delete operation of Role.TheRoleGrantException
class is used to construct failure messages during the grant operation of Role to one or more User entities.TheRoleGrantLookupException
class is used to construct failure messages during the lookup operation of Role grant attributes.TheRoleGrantRevokeException
class is used to construct failure messages during the revoke operation of granted Role(s) to one or more User entities.TheRoleGrantUpdateException
class is used to construct failure messages during the update operation of Role grant.TheRoleLookupException
class is used to construct failure messages during modify, delete, getRole
details operations of a Role.Thrown when there is an exception while performing an operation on the Role entityTheRoleMemberException
class is used to construct failure messages during the retrieval operation of Role members.TheRoleModifyException
class is used to construct failure messages during the modify operation of Role.TheRoleRelationshipException
class is used to construct failure messages during direct relationship assignment operation between Roles.TheRoleRelationshipLookupException
class is used to construct failure messages during the lookup operation of Role relationships.TheRoleRelationshipRemoveException
class is used to construct failure messages during the remove operation of direct Role relationships.TheRoleRelationshipUpdateException
class is used to construct failure messages during the relationship update operation between two Roles.TheRoleSearchException
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 searchThrown 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 attributeThrown when an attribute being searched for in a user manager operation is not searchableThrown if the user Id specified for a user in a create user operation already existsThrown if there is an error while reserving a user attributeThrown if there is an exception while browsing for user with a specified criteria.Thrown if there is any exception while performing a create user operationThrown if there is any exception while performing a delete user operationThrown if there is any exception while performing a disable user operationThrown if there is any exception while performing an enable user operationThrown if there is any exception while performing a lock user operationThrown if there is any exception while performing a lookup user operationThrown when logged in user doesnt' have the permisssion to perform the operationThis is a generic exception thrown if there is any exception while performing a user manager operationThrown if there is any exception while finding role/group memberships for a userThrown if there is any exception while performing a modify user operationThrown if there is any exception during user name generationThrown if there is any exception while performing a search user operationThrown if there is any exception while performing an unlock user operationThrown if there is any exception while performing validation on input data in a user manager operation