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

This class identifies an authorization failure. The user has attempted to access data that they do not have access to, or has performed an operation they are not authorized to execute.

See Also:
Serialized Form

Constructor Summary
BulkException(java.lang.String errCode, java.util.Map exceptions)
          Constructs with an error code and a map of exceptions and a list of objects the exception pertains to.
 
Method Summary
 java.util.Map getExceptions()
           
 
Methods inherited from class com.ibm.itim.apps.ApplicationException
getErrorCode, getExtraMessage
 
Methods inherited from class com.ibm.itim.exception.ITIMException
getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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 with an error code and a map of exceptions and a list of objects the exception pertains to.
Parameters:
errCode - Error code identifying the problem.
exceptions - Map with an Exception as the key and a Collection of Objects the Exception was raised for.
Method Detail

getExceptions

public java.util.Map getExceptions()