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. |
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 |
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.
getExceptions
public java.util.Map getExceptions()