Class AbstractFetchDepthFieldManager.EndOfFetchPlanGraphException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager.EndOfFetchPlanGraphException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- AbstractFetchDepthFieldManager
public static class AbstractFetchDepthFieldManager.EndOfFetchPlanGraphException extends java.lang.RuntimeException
Exception thrown when we reach the end of the fetch depth in a branch of the object graph- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description EndOfFetchPlanGraphException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-