- All Implemented Interfaces:
- java.io.Serializable
public class NamedCacheOptimisticLockException
extends NamedCacheException
This exception indicates that the requested StateServer object was locked and couldn't be accessed.
It is thrown when an attempt is made to update an optimistically locked object with the wrong
version.
- See Also:
NamedCache.update(String, Object, UpdateOptions)
,
Serialized Form