Class DfObjectNotFoundException

All Implemented Interfaces:
IDfException, Serializable
Direct Known Subclasses:
DfIdNotFoundException, DfNameNotFoundException, DfNoMatchException, DfPathNotFoundException, DfUserAliasSetNotFoundException

public abstract class DfObjectNotFoundException extends DfException
Thrown when a requested Docbase object can not be found.
Since:
5.3
See Also:
  • Method Details

    • getIdentifier

      public Object getIdentifier()
      Gets the identifier for the object that could not be found.
      Returns:
      the identifier, possibly an object id or a path string, for the object that could not be found.