Package org.eclipse.emf.cdo.util
Class 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
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class CommitIntegrityException extends DataIntegrityException A localdata integrity exceptionthat indicates that the subset of object modifications in apartial commitis inconsistent.- Since:
- 4.0
- Author:
- Caspar De Groot
- 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.
 
- 
- 
Constructor SummaryConstructors Constructor Description CommitIntegrityException(java.lang.String msg, java.util.Set<? extends org.eclipse.emf.ecore.EObject> missingObjects)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<? extends org.eclipse.emf.ecore.EObject>getMissingObjects()booleanisLocal()- 
Methods inherited from class org.eclipse.emf.cdo.util.CommitExceptionwrap
 
- 
 
- 
- 
- 
Method Detail- 
getMissingObjectspublic java.util.Set<? extends org.eclipse.emf.ecore.EObject> getMissingObjects() 
 - 
isLocalpublic boolean isLocal() - Overrides:
- isLocalin class- CommitException
 
 
- 
 
-