Skip navigation links


oracle.iam.platformservice.exception
Interface OIMGenericExceptionIntf

All Known Implementing Classes:
AccessDeniedException, CommonNameGenerationException, IdentityException, InvalidAttributeValueException, InvalidSearchOperatorException, NoSuchEntityException, NoSuchGroupException, NoSuchOrganizationException, NoSuchRoleCategoryException, NoSuchRoleException, NoSuchRoleGrantException, NoSuchRoleRelationshipException, NoSuchUserException, NotificationException, OrganizationAlreadyDeletedException, OrganizationCreateException, OrganizationDeleteException, OrganizationDeleteSubOrgsExistException, OrganizationDeleteSubOrgsUsersExistException, OrganizationDeleteUsersExistException, OrganizationDisableException, OrganizationDisableSubOrgsExistException, OrganizationDisableSubOrgsUsersExistException, OrganizationDisableUsersExistException, OrganizationEnableException, OrganizationEntityOperationException, OrganizationManagerException, OrganizationModificationException, OrganizationNotAlreadyDisabledException, OrganizationNotAlreadyEnabledException, OrganizationStatusChangeException, PasswordPolicyFailedException, PasswordVerificationException, RecursiveProxyException, ResourceStatusChangeException, RoleAlreadyExistsException, RoleCategoryAlreadyExistsException, RoleCategoryBrowseException, RoleCategoryCreateException, RoleCategoryDeleteException, RoleCategoryLookupException, RoleCategoryModifyException, RoleCategorySearchException, RoleCreateException, RoleDeleteException, RoleGrantException, RoleGrantLookupException, RoleGrantRevokeException, RoleGrantUpdateException, RoleLookupException, RoleManagerException, RoleMemberException, RoleModifyException, RoleRelationshipException, RoleRelationshipLookupException, RoleRelationshipRemoveException, RoleRelationshipUpdateException, RoleSearchException, RuleEngineException, SearchAttributeAccessDeniedException, SearchKeyNotUniqueException, SelfServiceException, UnauthenticatedSelfServiceException, UnknownAttributeException, UnsearchableAttributeException, UserAlreadyExistsException, UserAttributeReservationException, UserBrowseException, UserCreateException, UserDeleteException, UserDisableException, UserEnableException, UserLockException, UserLookupException, UserManagerAccessDeniedException, UserManagerException, UserMembershipException, UserModifyException, UserNameGenerationException, UserSearchException, UserUnlockException, ValidationFailedException

public interface OIMGenericExceptionIntf

An interface for OIM generic exceptions


Method Summary
 java.lang.String getErrorCode()
          Gets the error code
 java.util.Map getParameterMap()
          Gets the parameter map
 java.lang.String[] getParameters()
          Gets the parameters
 void setErrorCode(java.lang.String errorCode)
          Sets the error code
 void setParameterMap(java.util.Map paramMap)
          Sets the parameter map
 void setParameters(java.lang.String[] params)
          Sets the parameters

 

Method Detail

setParameterMap

void setParameterMap(java.util.Map paramMap)
Sets the parameter map
Parameters:
paramMap - parameter map for the exception

getParameterMap

java.util.Map getParameterMap()
Gets the parameter map
Returns:
parameter map for the exception

setParameters

void setParameters(java.lang.String[] params)
Sets the parameters
Parameters:
params - parameters for the exception

getParameters

java.lang.String[] getParameters()
Gets the parameters
Returns:
parameters for the exception

setErrorCode

void setErrorCode(java.lang.String errorCode)
Sets the error code
Parameters:
errorCode - error code of the exception

getErrorCode

java.lang.String getErrorCode()
Gets the error code
Returns:
error code of the exception

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.