Class UnknownIndexException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.cassandra.exceptions.UnknownIndexException
All Implemented Interfaces:
Serializable

public final class UnknownIndexException extends 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:
  • Field Details

    • indexId

      public final UUID indexId
  • Constructor Details

    • UnknownIndexException

      public UnknownIndexException(TableMetadata metadata, UUID id)