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 Summary
Modifier and TypeMethodDescriptionGets the error codeGets the parameter mapString[]Gets the parametersvoidsetErrorCode(String errorCode) Sets the error codevoidsetParameterMap(Map<String, String> paramMap) Sets the parameter mapvoidsetParameters(String[] params) Sets the parameters
-
Method Details
-
setParameterMap
Sets the parameter map- Parameters:
paramMap- parameter map for the exception
-
getParameterMap
Gets the parameter map- Returns:
- parameter map for the exception
-
setParameters
Sets the parameters- Parameters:
params- parameters for the exception
-
getParameters
String[] getParameters()Gets the parameters- Returns:
- parameters for the exception
-
setErrorCode
Sets the error code- Parameters:
errorCode- error code of the exception
-
getErrorCode
String getErrorCode()Gets the error code- Returns:
- error code of the exception
-