Package oracle.iam.request.exception
Class BulkBeneficiariesAddException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.request.exception.BulkBeneficiariesAddException
- All Implemented Interfaces:
Serializable
If there are exceptions while adding one or more beneficiaries to request, this exception will be used to report all the failed beneficiaries and
corresponding exceptions for each user.
- Author:
- asmaram
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBulkBeneficiariesAddException
(String errorCode, String errorMessage, Serializable[] errorParams) BulkBeneficiariesAddException
(String string, Throwable cnfe) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addException
(String key, Exception e) void
setBeneficiaryKeys
(ArrayList<String> keys) void
setExceptions
(ArrayList<Exception> 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
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
BulkBeneficiariesAddException
public BulkBeneficiariesAddException() -
BulkBeneficiariesAddException
public BulkBeneficiariesAddException(String errorCode, String errorMessage, Serializable[] errorParams) -
BulkBeneficiariesAddException
-
-
Method Details
-
addException
-
getBeneficiaryKeys
-
setBeneficiaryKeys
-
getExceptions
-
setExceptions
-