public abstract class Fault extends Object implements Serializable
resolveFault(Persistent, String). Depending on the type of fault
 it is resolved differently. Each type of fault is a singleton that can be obtained via
 corresponding static method.| Modifier | Constructor and Description | 
|---|---|
| protected  | Fault() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Object | resolveFault(Persistent sourceObject,
            String relationshipName)Returns an object for a given source object and relationship. | 
public abstract Object resolveFault(Persistent sourceObject, String relationshipName)
Copyright © 2001–2023 Apache Cayenne. All rights reserved.