com.ibm.itim.apps

Class 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 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.