Skip navigation links


oracle.iam.request.exception
Class BulkEntitiesRemoveException

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.BulkEntitiesRemoveException

All Implemented Interfaces:
java.io.Serializable

public class BulkEntitiesRemoveException
extends OIMServiceException

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

See Also:
Serialized Form

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

 

Method Summary
 void addException(java.lang.String entityType, java.lang.String entityName, java.lang.Exception e)
           
 java.util.ArrayList getEntityNames()
           
 java.util.ArrayList getEntityTypes()
           
 java.util.ArrayList getExceptions()
           
 void setEntityNames(java.util.ArrayList entityNames)
           
 void setEntityTypes(java.util.ArrayList entityTypes)
           
 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

BulkEntitiesRemoveException

public BulkEntitiesRemoveException()

BulkEntitiesRemoveException

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

BulkEntitiesRemoveException

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

Method Detail

addException

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

getEntityTypes

public java.util.ArrayList getEntityTypes()

setEntityTypes

public void setEntityTypes(java.util.ArrayList entityTypes)

getEntityNames

public java.util.ArrayList getEntityNames()

setEntityNames

public void setEntityNames(java.util.ArrayList entityNames)

getExceptions

public java.util.ArrayList getExceptions()

setExceptions

public void setExceptions(java.util.ArrayList exceptions)

Skip navigation links


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