com.gigaspaces.client
Class TakeByIdsException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
com.gigaspaces.client.ReadTakeByIdsException
                  
com.gigaspaces.client.TakeByIdsException
- All Implemented Interfaces: 
 - Externalizable, Serializable
 
public class TakeByIdsException
- extends com.gigaspaces.client.ReadTakeByIdsException
 
Thrown when takeByIds operation fails.
 
 
The exception contains an array of ReadTakeByIdResult objects where each result in the array contains
 either a read object or an exception upon failure. The result array index corresponds to the ID index in
 the operation's supplied IDs array.
- Since:
 
  - 7.1.1
 
- Author:
 
  - idan
 
- See Also:
 - Serialized Form
 
 
| Fields inherited from class com.gigaspaces.client.ReadTakeByIdsException | 
_results | 
 
 
 
| Methods inherited from class com.gigaspaces.client.ReadTakeByIdsException | 
constructResultsArray, getMessage, getResults, newException, newException, newException, readExternal, writeExternal | 
 
 
 
TakeByIdsException
public TakeByIdsException()
- Default constructor required by Externalizable.
 
TakeByIdsException
public TakeByIdsException(com.gigaspaces.client.ReadTakeByIdResult[] results)
TakeByIdsException
public TakeByIdsException(Object[] ids,
                          Object[] results,
                          Exception[] exceptions)
Copyright © GigaSpaces.