public class ARBulkException extends ARException
ARBulkException class defines the exceptions generated by the bulk entry transaction API.
BulkEntryReturn represents the return information from the individual entry calls.| Constructor and Description |
|---|
ARBulkException()
constructor
|
ARBulkException(List<StatusInfo> lastStatus,
List<BulkEntryReturn> bulkRet) |
| Modifier and Type | Method and Description |
|---|---|
List<BulkEntryReturn> |
getBulkEntryReturn()
Returns a list of
BulkEntryReturn items, |
canErrorBeIgnored, clear, getLastStatus, getMessage, setLastStatus, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ARBulkException()
public ARBulkException(List<StatusInfo> lastStatus, List<BulkEntryReturn> bulkRet)
public List<BulkEntryReturn> getBulkEntryReturn()
BulkEntryReturn items,? Copyright 2013 BMC Software, Inc.