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 TypeMethodDescriptionvoidaddException(String entityType, String entityName, Exception e) voidsetEntityNames(ArrayList<String> entityNames) voidsetEntityTypes(ArrayList<String> entityTypes) voidsetExceptions(ArrayList<Exception> exceptions) Methods inherited from class oracle.iam.exception.OIMServiceException
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringMethods 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
-