Package org.apache.cassandra.index
Class IndexNotAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.cassandra.index.IndexNotAvailableException
-
- All Implemented Interfaces:
java.io.Serializable
public final class IndexNotAvailableException extends java.lang.RuntimeException
Thrown if a secondary index is not currently available.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexNotAvailableException(Index index)
Creates a newIndexNotAvailableException
for the specified index.
-
-
-
Constructor Detail
-
IndexNotAvailableException
public IndexNotAvailableException(Index index)
Creates a newIndexNotAvailableException
for the specified index.- Parameters:
index
- the index
-
-