public class ChangeException
extends org.springframework.dao.InvalidDataAccessResourceUsageException
GigaSpace#change(com.gigaspaces.query.IdQuery,
 com.gigaspaces.client.ChangeSet, com.gigaspaces.client.ChangeModifiers, long) operation.| Constructor and Description | 
|---|
ChangeException(ChangeException changeException,
               ExceptionTranslator exceptionTranslator)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Throwable> | 
getErrors()
Returns the failed changes. 
 | 
Collection<FailedChangedEntryDetails> | 
getFailedChanges()
Returns the entries that failed to change result. 
 | 
int | 
getNumSuccesfullChanges()
Returns the number of successful  changes. 
 | 
Collection<ChangedEntryDetails<?>> | 
getSuccesfullChanges()
Returns the successfully done changes. 
 | 
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChangeException(ChangeException changeException, ExceptionTranslator exceptionTranslator)
public Collection<ChangedEntryDetails<?>> getSuccesfullChanges()
public int getNumSuccesfullChanges()
public Collection<FailedChangedEntryDetails> getFailedChanges()
public Collection<Throwable> getErrors()
Copyright © GigaSpaces.