com.ibm.itim.apps
Class BulkException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.itim.exception.ITIMException
|
+--com.ibm.itim.apps.ApplicationException
|
+--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 java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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.
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 Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights
reserved. US Government Users Restricted Rights
Use, duplication or disclosure restricted by GSA ADP Schedule
Contract with IBM Corp.