org.usergrid.persistence.exceptions
Class NoIndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.usergrid.persistence.exceptions.PersistenceException
              extended by org.usergrid.persistence.exceptions.NoIndexException
All Implemented Interfaces:
Serializable

public class NoIndexException
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

Constructor Summary
NoIndexException(String entityType, String propertyName)
           
 
Method Summary
 String getEntityType()
           
 String getPropertyName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoIndexException

public NoIndexException(String entityType,
                        String propertyName)
Method Detail

getEntityType

public String getEntityType()

getPropertyName

public String getPropertyName()


Copyright © 2013. All Rights Reserved.