Class DanglingIntegrityException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    No Extend
    This interface is not intended to be extended by clients.
    No Instantiate
    This class is not intended to be instantiated by clients.