org.openspaces.core
Class ChangeException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
org.springframework.core.NestedRuntimeException
                  
org.springframework.dao.DataAccessException
                      
org.springframework.dao.NonTransientDataAccessException
                          
org.springframework.dao.InvalidDataAccessResourceUsageException
                              
org.openspaces.core.ChangeException
- All Implemented Interfaces: 
 - Serializable
 
public class ChangeException
- extends InvalidDataAccessResourceUsageException
 
Thrown when an error occurred while performing a GigaSpace.change(com.gigaspaces.query.IdQuery, com.gigaspaces.client.ChangeSet, com.gigaspaces.client.ChangeModifiers, long) operation.
- Since:
 
  - 9.1
 
- Author:
 
  - eitany
 
- See Also:
 - Serialized Form
 
 
 
 
 
 
ChangeException
public ChangeException(ChangeException changeException,
                       ExceptionTranslator exceptionTranslator)
getSuccesfullChanges
public Collection<ChangedEntryDetails<?>> getSuccesfullChanges()
- Returns the successfully done changes.
 
 
getFailedChanges
public Collection<FailedChangedEntryDetails> getFailedChanges()
- Returns the entries that failed to change result.
 
 
getErrors
public Collection<Throwable> getErrors()
- Returns the failed changes.
 
 
Copyright © GigaSpaces.