Spring Data MongoDB - Core

org.springframework.data.mongodb.core.index
Class MongoPersistentEntityIndexResolver.CyclicPropertyReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver.CyclicPropertyReferenceException
All Implemented Interfaces:
Serializable
Enclosing class:
MongoPersistentEntityIndexResolver

public static class MongoPersistentEntityIndexResolver.CyclicPropertyReferenceException
extends RuntimeException

Since:
1.5
Author:
Christoph Strobl
See Also:
Serialized Form

Constructor Summary
MongoPersistentEntityIndexResolver.CyclicPropertyReferenceException(String propertyName, Class<?> type, String dotPath)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

MongoPersistentEntityIndexResolver.CyclicPropertyReferenceException

public MongoPersistentEntityIndexResolver.CyclicPropertyReferenceException(String propertyName,
                                                                           Class<?> type,
                                                                           String dotPath)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

Spring Data MongoDB - Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.