Klasse ObjectNotFoundException

Alle implementierten Schnittstellen:
Serializable

public class ObjectNotFoundException extends CDOException
Exception occurs when an id doesn't exist on the server.
Seit:
2.0
Autor:
Simon McDuff
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

    • ObjectNotFoundException

      public ObjectNotFoundException(CDOID id)
    • ObjectNotFoundException

      public ObjectNotFoundException(CDOID id, CDOBranchPoint branchPoint)
      Seit:
      3.0
  • Methodendetails

    • getID

      public CDOID getID()
      Seit:
      3.0
    • getBranchPoint

      public CDOBranchPoint getBranchPoint()
      Seit:
      3.0