Package oracle.iam.request.exception
Class BulkEntitiesAddException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.request.exception.BulkEntitiesAddException
- All Implemented Interfaces:
Serializable
If there are exceptions while adding one or more entities to request, this exception will be used to report all the failed entities and
corresponding exceptions for each entity.
- Author:
- asmaram
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBulkEntitiesAddException
(String errorCode, String errorMessage, Serializable[] errorParams) BulkEntitiesAddException
(String string, Throwable cnfe) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addException
(String entityType, String entityName, Exception e) void
setEntityNames
(ArrayList<String> entityNames) void
setEntityTypes
(ArrayList<String> entityTypes) 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
-
BulkEntitiesAddException
public BulkEntitiesAddException() -
BulkEntitiesAddException
-
BulkEntitiesAddException
-
-
Method Details
-
addException
-
getEntityTypes
-
setEntityTypes
-
getEntityNames
-
setEntityNames
-
getExceptions
-
setExceptions
-