Uses of Class
com.documentum.fc.common.DfRuntimeException
Packages that use DfRuntimeException
Package
Description
Provides classes and interfaces to utility functionality associated with all DFC objects.
-
Uses of DfRuntimeException in com.documentum.fc.client
Subclasses of DfRuntimeException in com.documentum.fc.clientModifier and TypeClassDescriptionclass
class
This exception is no longer used.class
Thrown when the session referenced by a handle no longer exists. -
Uses of DfRuntimeException in com.documentum.fc.common
Subclasses of DfRuntimeException in com.documentum.fc.commonModifier and TypeClassDescriptionclass
An unexpected DFC runtime exception.class
An exception thrown when someone tries to access data beyond the end of a collection.class
Thrown to indicate that the object, attribute or type is read-only (can not be modified).Methods in com.documentum.fc.common that return DfRuntimeExceptionModifier and TypeMethodDescriptionstatic DfRuntimeException
DfRuntimeException.newDefineClassFailedException
(String name, URL url, Exception cause) static DfRuntimeException
DfRuntimeException.newFailedBofTransformationException
(String name, Exception cause) static DfRuntimeException
DfRuntimeException.newInvalidPrivilegeMetadataException
(String moduleName) static DfRuntimeException
DfRuntimeException.newNotInitializedException()
static DfRuntimeException
DfRuntimeException.newPrivilegeIllegalForSBOException
(String sboName) static DfRuntimeException
DfRuntimeException.newUnexpectedException
(Exception cause)