Package org.apache.cassandra.exceptions
Class UnknownIndexException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.cassandra.exceptions.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
-
Constructor Summary
Constructors Constructor Description UnknownIndexException(TableMetadata metadata, java.util.UUID id)
-
-
-
Constructor Detail
-
UnknownIndexException
public UnknownIndexException(TableMetadata metadata, java.util.UUID id)
-
-