org.usergrid.persistence.exceptions
Class NoFullTextIndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.usergrid.persistence.exceptions.PersistenceException
org.usergrid.persistence.exceptions.NoFullTextIndexException
- All Implemented Interfaces:
- Serializable
public class NoFullTextIndexException
- extends PersistenceException
Thrown when the user attempts to perform a "contains" operation on a field that isn't full text indexed
- Author:
- tnine
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoFullTextIndexException
public NoFullTextIndexException(String entityType,
String propertyName)
getEntityType
public String getEntityType()
getPropertyName
public String getPropertyName()
Copyright © 2013. All Rights Reserved.