Interface OIMGenericExceptionIntf

All Known Implementing Classes:
AccessDeniedException, CommonNameGenerationException, 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
Author:
tcheong
  • Method Details

    • setParameterMap

      void setParameterMap(Map<String,String> paramMap)
      Sets the parameter map
      Parameters:
      paramMap - parameter map for the exception
    • getParameterMap

      Map<String,String> getParameterMap()
      Gets the parameter map
      Returns:
      parameter map for the exception
    • setParameters

      void setParameters(String[] params)
      Sets the parameters
      Parameters:
      params - parameters for the exception
    • getParameters

      String[] getParameters()
      Gets the parameters
      Returns:
      parameters for the exception
    • setErrorCode

      void setErrorCode(String errorCode)
      Sets the error code
      Parameters:
      errorCode - error code of the exception
    • getErrorCode

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