public class BulkException extends ApplicationException
| Constructor and Description |
|---|
BulkException(java.lang.String errCode,
java.util.Map exceptions)
Constructs a BulkException with an error code and a Map of
exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getExceptions()
Returns a Map of ApplicationException used to construct this BulkException.
|
getErrorCode, getExtraMessagegetLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXMLpublic 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.