Class UnknownIndexException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class UnknownIndexException
    extends java.io.IOException
    Exception thrown when we read an index id from a serialized ReadCommand and no corresponding IndexMetadata can be found in the TableMetadata#indexes collection. Note that this is an internal exception and is not meant to be user facing, the node reading the ReadCommand should proceed as if no index id were present.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.UUID indexId  
    • 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
    • Field Detail

      • indexId

        public final java.util.UUID indexId
    • Constructor Detail

      • UnknownIndexException

        public UnknownIndexException​(TableMetadata metadata,
                                     java.util.UUID id)