org.usergrid.persistence.exceptions
Class DuplicateUniquePropertyExistsException

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

public class DuplicateUniquePropertyExistsException
extends PersistenceException

See Also:
Serialized Form

Constructor Summary
DuplicateUniquePropertyExistsException(String entityType, String propertyName, Object propertyValue)
           
 
Method Summary
 String getEntityType()
           
 String getPropertyName()
           
 Object getPropertyValue()
           
 
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

DuplicateUniquePropertyExistsException

public DuplicateUniquePropertyExistsException(String entityType,
                                              String propertyName,
                                              Object propertyValue)
Method Detail

getEntityType

public String getEntityType()

getPropertyName

public String getPropertyName()

getPropertyValue

public Object getPropertyValue()


Copyright © 2013. All Rights Reserved.