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 org.springframework.dao.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:
  • Constructor Details

  • Method Details

    • getSuccesfullChanges

      public Collection<ChangedEntryDetails<?>> getSuccesfullChanges()
      Returns the successfully done changes.
    • getNumSuccesfullChanges

      public int getNumSuccesfullChanges()
      Returns the number of successful changes.
    • getFailedChanges

      public Collection<FailedChangedEntryDetails> getFailedChanges()
      Returns the entries that failed to change result.
    • getErrors

      public Collection<Throwable> getErrors()
      Returns the failed changes.