An exception that is thrown when we have a relation to another persistable object that is not yet persistent
and where the relation is not marked as cascade-persist.
See Also:org.jpox.store.StoreManager version: $Revision: 1.1 $
public ReachableObjectNotCascadedException(String fieldName, Object pc)(Code)
Constructs the exception.
Parameters: fieldName - Name of the field where the non-persisted object is stored. Parameters: pc - The object that is not persisted and not cascadable