|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.itim.exception.ITIMException
com.ibm.itim.apps.ApplicationException
com.ibm.itim.apps.BulkException
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.
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, toXML |
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 |
Constructor Detail |
public BulkException(java.lang.String errCode, java.util.Map exceptions)
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 |
public java.util.Map getExceptions()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |