AR System Java API

com.bmc.arsys.api
Class ARBulkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bmc.arsys.api.ARException
              extended by com.bmc.arsys.api.ARBulkException
All Implemented Interfaces:
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(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

ARBulkException

public ARBulkException()
constructor


ARBulkException

public ARBulkException(List<StatusInfo> lastStatus,
                       List<BulkEntryReturn> bulkRet)
Method Detail

getBulkEntryReturn

public List<BulkEntryReturn> getBulkEntryReturn()
Returns a list of BulkEntryReturn items,


AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.