Skip navigation links


oracle.iam.provisioning.exception
Class BulkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.iam.exception.OIMServiceException
              extended by oracle.iam.provisioning.exception.BulkException

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public final class BulkException
extends OIMServiceException
implements java.lang.Cloneable

This exception is raised whenever a bulk operation is called and the operation is only successfull on some of the bulk transactions. If this happens, a tcBulkOperation is raise and the keys that failed are stored in isKeys with their respective error messages in isErrorMessages. In Addition, if the operation returned information back, that information can be set in the using setReturnValue by the API. The caller will need to get the return value and cast it to the respective object based on the information about the API that is called.

Since:
7.2
See Also:
Serialized Form

Constructor Summary
BulkException()
          Creates a new BulkException object.

 

Method Summary

 

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

BulkException

public BulkException()
Creates a new BulkException object.

Skip navigation links


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