com.ibm.itim.apps
Class BulkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.itim.exception.ITIMException
              extended by com.ibm.itim.apps.ApplicationException
                  extended by com.ibm.itim.apps.BulkException
All Implemented Interfaces:
java.io.Serializable

public class BulkException
extends ApplicationException

BulkException is thrown during the course of invoking operations on more than one object such as a multi-person suspend. The BulkException is a summary of all Exceptions caught during a multi-object operation execution.

See Also:
Serialized Form

Constructor Summary
BulkException(java.lang.String errCode, java.util.Map exceptions)
          Constructs a BulkException with an error code and a Map of exceptions.
 
Method Summary
 java.util.Map getExceptions()
          Returns a Map of ApplicationException used to construct this BulkException.
 
Methods inherited from class com.ibm.itim.apps.ApplicationException
getErrorCode, getExtraMessage
 
Methods inherited from class com.ibm.itim.exception.ITIMException
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BulkException

public BulkException(java.lang.String errCode,
                     java.util.Map exceptions)
Constructs a BulkException with an error code and a Map of exceptions.

Parameters:
errCode - Error code identifying the problem.
exceptions - Map with an messageId as the key and token as the string Object for which the Exception was raised.
Method Detail

getExceptions

public java.util.Map getExceptions()
Returns a Map of ApplicationException used to construct this BulkException.

Returns:
A Map. Same map of ApplicationException used in this BulkException's constructor.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.