Package oracle.kv

Class MetadataNotFoundException

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

    public class MetadataNotFoundException
    extends FastExternalizableException
    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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface oracle.kv.impl.util.FastExternalizable

        deserializedForm