public class ChangeException extends RuntimeException
Constructor and Description |
---|
ChangeException() |
ChangeException(String message,
Collection<ChangedEntryDetails<?>> changedEntries,
Collection<FailedChangedEntryDetails> entriesFailedToChange,
Collection<Throwable> errors) |
ChangeException(String message,
int numChangedEntries,
Collection<FailedChangedEntryDetails> entriesFailedToChange,
Collection<Throwable> errors) |
Modifier and Type | Method and Description |
---|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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)
public Collection<ChangedEntryDetails<?>> getSuccesfullChanges()
public int getNumSuccesfullChanges()
public Collection<FailedChangedEntryDetails> getFailedChanges()
public Collection<Throwable> getErrors()
Copyright © GigaSpaces.