
public class DanglingIntegrityException extends DataIntegrityException
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.
| Constructor and Description |
|---|
DanglingIntegrityException(DanglingReferenceException cause) |
| Modifier and Type | Method and Description |
|---|---|
DanglingReferenceException |
getCause() |
EObject |
getTarget() |
boolean |
isLocal() |
wrapaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DanglingIntegrityException(DanglingReferenceException cause)
public DanglingReferenceException getCause()
public EObject getTarget()
public boolean isLocal()
isLocal in class CommitExceptionCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.