|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
public class ChangeException
Thrown when an error occurred while performing a GigaSpace#change(com.gigaspaces.query.IdQuery, com.gigaspaces.client.ChangeSet, com.gigaspaces.client.ChangeModifiers, long)
operation.
Constructor Summary | |
---|---|
ChangeException(ChangeException changeException,
ExceptionTranslator exceptionTranslator)
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getMessage, getMostSpecificCause, getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChangeException(ChangeException changeException, ExceptionTranslator exceptionTranslator)
Method Detail |
---|
public Collection<ChangedEntryDetails<?>> getSuccesfullChanges()
public int getNumSuccesfullChanges()
public Collection<FailedChangedEntryDetails> getFailedChanges()
public Collection<Throwable> getErrors()
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |