7.0 Action Request System Java API

com.remedy.arsys.api
Class ARBulkException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.remedy.arsys.api.ARException
              extended bycom.remedy.arsys.api.ARBulkException
All Implemented Interfaces:
java.io.Serializable

public class ARBulkException
extends ARException

The ARBulkException class defines the exceptions generated by the bulk entry transaction API. BulkEntryReturn represents the return information from the individual entry calls.

See Also:
Serialized Form

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

ARBulkException

public ARBulkException()
constructor


ARBulkException

public ARBulkException(StatusInfo[] lastStatus,
                       BulkEntryReturn[] bulkEntryReturn)
Method Detail

getBulkEntryReturn

public BulkEntryReturn[] getBulkEntryReturn()
Returns a list of BulkEntryReturn items,


7.0 Action Request System Java API