org.usergrid.persistence.exceptions
Class RequiredPropertyNotFoundException

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.RequiredPropertyNotFoundException
All Implemented Interfaces:
Serializable

public class RequiredPropertyNotFoundException
extends PersistenceException

See Also:
Serialized Form

Constructor Summary
RequiredPropertyNotFoundException(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

RequiredPropertyNotFoundException

public RequiredPropertyNotFoundException(String entityType,
                                         String propertyName)
Method Detail

getEntityType

public String getEntityType()

getPropertyName

public String getPropertyName()


Copyright © 2013. All Rights Reserved.