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:
Serializable
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
indexId
-
-
Constructor Details
-
UnknownIndexException
-