Package oracle.kv
Class MetadataNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.kv.FastExternalizableException
oracle.kv.MetadataNotFoundException
- All Implemented Interfaces:
- Serializable,- oracle.kv.impl.util.FastExternalizable
The exception is thrown when an expected piece of metadata is not found.
 This probably indicates an inconsistency between the client's metadata and
 that on the server side.  This can happen if, for example, a table is
 dropped then re-created using the same name.  In this case a client's
 
Table instance may still represent the old table and it must be
 refreshed using TableAPI.getTable(java.lang.String).- Since:
- 3.4
- See Also:
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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