Klasse CommitIntegrityException

Alle implementierten Schnittstellen:
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.
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.
  • Konstruktordetails

    • CommitIntegrityException

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

    • getMissingObjects

      public Set<? extends EObject> getMissingObjects()
    • isLocal

      public boolean isLocal()
      Setzt außer Kraft:
      isLocal in Klasse CommitException