Package org.eclipse.emf.cdo.util
Klasse CommitIntegrityException
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.CommitIntegrityException
- Alle implementierten Schnittstellen:
Serializable
A local
data integrity exception
that indicates that the subset of object modifications in a
partial commit
is inconsistent.- Seit:
- 4.0
- Autor:
- Caspar De Groot
- 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
KonstruktorenKonstruktorBeschreibungCommitIntegrityException
(String msg, Set<? extends EObject> missingObjects) -
Methodenübersicht
Von Klasse geerbte Methoden org.eclipse.emf.cdo.util.CommitException
wrap
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
CommitIntegrityException
-
-
Methodendetails
-
getMissingObjects
-
isLocal
public boolean isLocal()- Setzt außer Kraft:
isLocal
in KlasseCommitException
-