Package org.eclipse.emf.cdo.util
Klasse DanglingIntegrityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.emf.cdo.util.CommitException
org.eclipse.emf.cdo.util.DataIntegrityException
org.eclipse.emf.cdo.util.DanglingIntegrityException
- Alle implementierten Schnittstellen:
Serializable
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.
- Seit:
- 4.2
- Autor:
- Eike Stepper
- Siehe auch:
- No Extend
- This interface is not intended to be extended by clients.
- No Instantiate
- This class is not intended to be instantiated by clients.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.eclipse.emf.cdo.util.CommitException
wrapVon Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
DanglingIntegrityException
-
-
Methodendetails
-
getCause
-
getTarget
-
isLocal
public boolean isLocal()- Setzt außer Kraft:
isLocalin KlasseCommitException
-