Class AbstractFetchDepthFieldManager.EndOfFetchPlanGraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.store.fieldmanager.AbstractFetchDepthFieldManager.EndOfFetchPlanGraphException
- All Implemented Interfaces:
Serializable
- Enclosing class:
AbstractFetchDepthFieldManager
public static class AbstractFetchDepthFieldManager.EndOfFetchPlanGraphException
extends RuntimeException
Exception thrown when we reach the end of the fetch depth in a branch of the object graph
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
EndOfFetchPlanGraphException
public EndOfFetchPlanGraphException()
-