Package oracle.kv
Class StaleStoreHandleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.kv.FastExternalizableException
oracle.kv.StaleStoreHandleException
- All Implemented Interfaces:
- Serializable,- oracle.kv.impl.util.FastExternalizable
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:
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface oracle.kv.impl.util.FastExternalizabledeserializedForm
- 
Method Details- 
getMessage- Overrides:
- getMessagein class- Throwable
 
 
-