Skip navigation links


oracle.iam.request.exception
Class BulkBeneficiariesRemoveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.iam.exception.OIMServiceException
              extended by oracle.iam.request.exception.BulkBeneficiariesRemoveException

All Implemented Interfaces:
java.io.Serializable

public class BulkBeneficiariesRemoveException
extends OIMServiceException

If there are exceptions while removing one or more beneficiaries to request, this exception will be used to report all the failed beneficiaries and corresponding exceptions for each user.

See Also:
Serialized Form

Constructor Summary
BulkBeneficiariesRemoveException()
           
BulkBeneficiariesRemoveException(java.lang.String errorCode, java.lang.String errorMessage, java.io.Serializable[] errorParams)
           
BulkBeneficiariesRemoveException(java.lang.String string, java.lang.Throwable cnfe)
           

 

Method Summary
 void addException(java.lang.String key, java.lang.Exception e)
           
 java.util.ArrayList getBeneficiaryKeys()
           
 java.util.ArrayList getExceptions()
           
 void setBeneficiaryKeys(java.util.ArrayList keys)
           
 void setExceptions(java.util.ArrayList exceptions)
           

 

Methods inherited from class oracle.iam.exception.OIMServiceException
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

BulkBeneficiariesRemoveException

public BulkBeneficiariesRemoveException()

BulkBeneficiariesRemoveException

public BulkBeneficiariesRemoveException(java.lang.String errorCode,
                                        java.lang.String errorMessage,
                                        java.io.Serializable[] errorParams)

BulkBeneficiariesRemoveException

public BulkBeneficiariesRemoveException(java.lang.String string,
                                        java.lang.Throwable cnfe)

Method Detail

addException

public void addException(java.lang.String key,
                         java.lang.Exception e)

getBeneficiaryKeys

public java.util.ArrayList getBeneficiaryKeys()

setBeneficiaryKeys

public void setBeneficiaryKeys(java.util.ArrayList keys)

getExceptions

public java.util.ArrayList getExceptions()

setExceptions

public void setExceptions(java.util.ArrayList exceptions)

Skip navigation links


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