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 anIDfException
object. -
Uses of IDfException in com.documentum.fc.client
Classes in com.documentum.fc.client that implement IDfExceptionModifier and TypeClassDescriptionclass
An exception that occurs when operating on a IDfACL instance.class
class
class
class
Signals a problem with authentication of an identity.final class
class
This exception is used to indicate that the DBOR was not foundclass
class
class
class
class
This exception is thrown when a specific docbase does not have an identity.class
Thrown when a requested Docbase object can not be found.class
Signals that an I/O exception of some sort has occurred while communicating with the docbase.class
Thrown when a requested Docbase object can not be found.class
Thrown when a qualification failed to match an object.class
class
class
Thrown when a requested Docbase object can not be found.class
class
class
Thrown when a requested Docbase object can not be found.class
class
An exception that occurs when operating on a IDfTypedObject instance.class
An exception that signals a problem with principal authentication.class
Signals a restricted session.class
DfScopingException class.class
This class provides error information.class
This 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.class
This exception is thrown when a Business Object Service is not configured in DBOR (Documentum Business Object registry).class
An exception that occurs when operating on a IDfSysObject instance.class
class
An exception that occurs when operating on a IDfTypedObject instance.class
class
class
Exceptions 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This exception is thrown in case of a possible configuration issue of the ECIS adpaters when doing a search.class
This exception is thrown when format of a stored query cannot be recognized.class
This exception is thrown when unexpected condition is discovered during query generation process.class
This exception is thrown during the retrieval of a result content.class
This exception is a base exception for thecom.documentum.fc.client.search
package.class
This exception is thrown when credentials are invalid.class
This 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 TypeClassDescriptionclass
The base class for all DFC checked exceptions.class
DfValidationException will be thrown when a validation rule is violatedMethods in com.documentum.fc.common that return IDfExceptionModifier and TypeMethodDescriptionfinal IDfException
DfException.getNextException()
IDfException.getNextException()
Returns the next exception in the chain, that is, the exception which triggered this one.final IDfException
DfException.getTailException()
IDfException.getTailException()
Returns the last exception in the chain of exceptions.static IDfException
DfException.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 TypeMethodDescriptionvoid
IDfOperation.reportError
(IDfOperationNode node, int errorCode, String message, IDfException dfException) Report an error.