Package oracle.kv

Class MetadataNotFoundException

  • All Implemented Interfaces:
    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