|
GigaSpaces XAP 9.7.2 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 com.gigaspaces.client.ChangeException
public class ChangeException
Thrown when any error occurred when trying to perform change of entries
Constructor Summary | |
---|---|
ChangeException()
|
|
ChangeException(String message,
Collection<ChangedEntryDetails<?>> changedEntries,
Collection<FailedChangedEntryDetails> entriesFailedToChange,
Collection<Throwable> errors)
|
|
ChangeException(String message,
int numChangedEntries,
Collection<FailedChangedEntryDetails> entriesFailedToChange,
Collection<Throwable> errors)
|
Method Summary | |
---|---|
Collection<Throwable> |
getErrors()
Return any general errors occurred which are not associated to a specific entry that were being changed. |
Collection<FailedChangedEntryDetails> |
getFailedChanges()
Returns the failed changes. |
int |
getNumSuccesfullChanges()
Returns the number of successfully changes. |
Collection<ChangedEntryDetails<?>> |
getSuccesfullChanges()
Returns the successfully done changes. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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()
public ChangeException(String message, Collection<ChangedEntryDetails<?>> changedEntries, Collection<FailedChangedEntryDetails> entriesFailedToChange, Collection<Throwable> errors)
public ChangeException(String message, int numChangedEntries, Collection<FailedChangedEntryDetails> entriesFailedToChange, Collection<Throwable> errors)
Method Detail |
---|
public Collection<ChangedEntryDetails<?>> getSuccesfullChanges()
public int getNumSuccesfullChanges()
public Collection<FailedChangedEntryDetails> getFailedChanges()
public Collection<Throwable> getErrors()
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |