| 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bmc.arsys.api.ARException
com.bmc.arsys.api.ARBulkException
public class ARBulkException
The ARBulkException class defines the exceptions generated by the bulk entry transaction API.
 BulkEntryReturn represents the return information from the individual entry calls.
| Constructor Summary | |
|---|---|
ARBulkException()
constructor  | 
|
ARBulkException(List<StatusInfo> lastStatus,
                List<BulkEntryReturn> bulkRet)
 | 
|
| Method Summary | |
|---|---|
 List<BulkEntryReturn> | 
getBulkEntryReturn()
Returns a list of BulkEntryReturn items, | 
| Methods inherited from class com.bmc.arsys.api.ARException | 
|---|
canErrorBeIgnored, clear, getLastStatus, getMessage, setLastStatus, toString | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ARBulkException()
public ARBulkException(List<StatusInfo> lastStatus,
                       List<BulkEntryReturn> bulkRet)
| Method Detail | 
|---|
public List<BulkEntryReturn> getBulkEntryReturn()
BulkEntryReturn items,
  | 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||