public class DatastoreNeedIndexException
extends java.lang.RuntimeException
DatastoreNeedIndexException
is thrown when no matching index was found for a query
requiring an index. Check the Indexes page in the Admin Console and your datastore-indexes.xml
file.Constructor and Description |
---|
DatastoreNeedIndexException(java.lang.String message) |
DatastoreNeedIndexException(java.lang.String message,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.String |
getMissingIndexDefinitionXml() |