Class CommitIntegrityException

All Implemented Interfaces:
Serializable

public class CommitIntegrityException extends DataIntegrityException
A local data integrity exception that indicates that the subset of object modifications in a partial commit is inconsistent.
Since:
4.0
Author:
Caspar De Groot
See Also:
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 Details

    • CommitIntegrityException

      public CommitIntegrityException(String msg, Set<? extends EObject> missingObjects)
  • Method Details