Package oracle.kv

Class StaleStoreHandleException

All Implemented Interfaces:
Serializable, oracle.kv.impl.util.FastExternalizable

public class StaleStoreHandleException extends FastExternalizableException
Thrown when a KVStore instance is no longer valid. The application should call KVStore.close() and obtain a new handle from KVStoreFactory.getStore.
See Also: