Package com.gigaspaces.client
Interface FailedChangedEntryDetails
- All Known Implementing Classes:
FailedChangedEntryDetailsImpl
public interface FailedChangedEntryDetails
The result of a change operation of a specific entry that raised an exception
- Since:
- 9.1
- Author:
- eitany
-
Method Details
-
getTypeName
String getTypeName()Returns the changed entry type name. -
getId
Object getId()Returns the id of the changed entry. -
getVersion
int getVersion()Returns the version of the entry after the change opertion. -
getCause
Throwable getCause()Returns the failure caused by attempting to update this entry.
-