Uses of Interface
com.documentum.fc.common.IDfException
Packages that use IDfException
Package
Description
Provides an interface for accessing the DFC through OLE/COM.
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
This package contains interfaces to provide search services filters.
Provides classes and interfaces to utility functionality associated with all DFC objects.
Provides interfaces to common high-level client functionality,
such as functionality for checking in and checking out documents,
and checking out all the documents in a virtual document.
-
Uses of IDfException in com.documentum.com
Methods in com.documentum.com that return IDfExceptionModifier and TypeMethodDescriptionDfClientX.parseException(String streamedExc) IDfClientX.parseException(String streamedExc) Turns a string returned by OLE/COM exception into anIDfExceptionobject. -
Uses of IDfException in com.documentum.fc.client
Classes in com.documentum.fc.client that implement IDfExceptionModifier and TypeClassDescriptionclassAn exception that occurs when operating on a IDfACL instance.classclassclassclassSignals a problem with authentication of an identity.final classclassThis exception is used to indicate that the DBOR was not foundclassclassclassclassclassThis exception is thrown when a specific docbase does not have an identity.classThrown when a requested Docbase object can not be found.classSignals that an I/O exception of some sort has occurred while communicating with the docbase.classThrown when a requested Docbase object can not be found.classThrown when a qualification failed to match an object.classclassclassThrown when a requested Docbase object can not be found.classclassclassThrown when a requested Docbase object can not be found.classclassAn exception that occurs when operating on a IDfTypedObject instance.classAn exception that signals a problem with principal authentication.classSignals a restricted session.classDfScopingException class.classThis class provides error information.classThis exception is thrown when a Business Object Service is not properly configured in DBOR (Documentum Business Object registry) and the Java class cannot be instantiated.classThis exception is thrown when a Business Object Service is not configured in DBOR (Documentum Business Object registry).classAn exception that occurs when operating on a IDfSysObject instance.classclassAn exception that occurs when operating on a IDfTypedObject instance.classclassclassExceptions that occur when operating on workflow runtime objects including IDfWorkflow, IDfWorkitem, IDfPackageclass -
Uses of IDfException in com.documentum.fc.client.content
Classes in com.documentum.fc.client.content that implement IDfExceptionModifier and TypeClassDescriptionclassThis exception is thrown when content has not been stored in a docbase yet. -
Uses of IDfException in com.documentum.fc.client.search
Classes in com.documentum.fc.client.search that implement IDfExceptionModifier and TypeClassDescriptionclassThis exception is thrown in case of a possible configuration issue of the ECIS adpaters when doing a search.classThis exception is thrown when format of a stored query cannot be recognized.classThis exception is thrown when unexpected condition is discovered during query generation process.classThis exception is thrown during the retrieval of a result content.classThis exception is a base exception for thecom.documentum.fc.client.searchpackage.classThis exception is thrown when credentials are invalid.classThis exception is thrown when the target location is unreachable.Methods in com.documentum.fc.client.search that return IDfExceptionModifier and TypeMethodDescriptionIDfSourceStatus.getException()In case of an error, this method may return the actual exception that occurs with the source. -
Uses of IDfException in com.documentum.fc.client.search.filter
Classes in com.documentum.fc.client.search.filter that implement IDfException -
Uses of IDfException in com.documentum.fc.common
Classes in com.documentum.fc.common that implement IDfExceptionModifier and TypeClassDescriptionclassThe base class for all DFC checked exceptions.classDfValidationException will be thrown when a validation rule is violatedMethods in com.documentum.fc.common that return IDfExceptionModifier and TypeMethodDescriptionfinal IDfExceptionDfException.getNextException()IDfException.getNextException()Returns the next exception in the chain, that is, the exception which triggered this one.final IDfExceptionDfException.getTailException()IDfException.getTailException()Returns the last exception in the chain of exceptions.static IDfExceptionDfException.parseException(String exceptionString) Turns a string returned by toStringForCOM into a DfException object. -
Uses of IDfException in com.documentum.operations
Methods in com.documentum.operations that return IDfExceptionModifier and TypeMethodDescriptionIDfOperationError.getException()Returns the exception that triggered the error.Methods in com.documentum.operations with parameters of type IDfExceptionModifier and TypeMethodDescriptionvoidIDfOperation.reportError(IDfOperationNode node, int errorCode, String message, IDfException dfException) Report an error.