|
7.0 Action Request 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.remedy.arsys.api.ARException
com.remedy.arsys.api.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(StatusInfo[] lastStatus,
BulkEntryReturn[] bulkEntryReturn)
|
|
| Method Summary | |
BulkEntryReturn[] |
getBulkEntryReturn()
Returns a list of BulkEntryReturn items, |
| Methods inherited from class com.remedy.arsys.api.ARException |
clear, describe, finalize, 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 |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ARBulkException()
public ARBulkException(StatusInfo[] lastStatus,
BulkEntryReturn[] bulkEntryReturn)
| Method Detail |
public BulkEntryReturn[] getBulkEntryReturn()
BulkEntryReturn items,
|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||