Class MongoPersistentEntityIndexResolver.CyclicPropertyReferenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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:
  • Constructor Details

    • CyclicPropertyReferenceException

      public CyclicPropertyReferenceException(String propertyName, @Nullable Class<?> type, String dotPath)
  • Method Details