Class DanglingIntegrityException

All Implemented Interfaces:
Serializable

public class DanglingIntegrityException extends DataIntegrityException
A local data integrity exception that indicates the addition of one or more cross references to objects that are not (or no longer) contained in the repository.

The target objects of the respective dangling references must be attached to the repository. A CDOAutoAttacher can help to do so.

Since:
4.2
Author:
Eike Stepper
See Also:
No Extend
This interface is not intended to be extended by clients.
No Instantiate
This class is not intended to be instantiated by clients.